color codes Logo

#dfc60b color codes

#DFC60B
(223,198,11)
0 Favorites   0 Comments

Color spaces of #dfc60b

RGB 22319811
HSL0.150.910.46
HSV53°95°87°
CMYK 0.000.110.95   0.13
XYZ50.685956.10038.4736
Yxy56.10030.43980.4867
Hunter Lab74.9001-10.281945.7225
CIE-Lab79.6709-6.909979.5613

#dfc60b color RGB value is (223,198,11).

#dfc60b hex color red value is 223, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dfc60b hue: 0.15 , saturation: 0.91 and the lightness value of dfc60b is 0.46.

The process color (four color CMYK) of #dfc60b color code is 0.00, 0.11, 0.95, 0.13. Web safe color of #dfc60b is #cccc00. Color #dfc60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00001011
Octal 337 306 13
Decimal 223 198 11
Hex DF C6 B

RGB Percentages of Color #dfc60b

%51.62
%45.83
%2.55

CMYK Percentages of Color #dfc60b

%0
%11
%95
%13

Triadic Colors of #dfc60b

#dfc60b #0bdfc6 #c60bdf

Analogous Colors of #dfc60b

#dfc60b #8edf0b #df5c0b

Monochromatic Colors of #dfc60b

#dfc60b

Complementary Color

#dfc60b #0b24df

#dfc60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc60b Color CSS Codes

.mybgcolor {background-color:#dfc60b; } 
.myforecolor {color:#dfc60b; }
.mybordercolor {border:3px solid #dfc60b; }

#dfc60b Text Font Color

<p style="color:#dfc60b">Text here</p>

This sample text font color is #dfc60b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfc60b Background Color

<div style="background-color:#dfc60b">
Div content here</div>

This div background color is #dfc60b


#dfc60b Border Color

<div style="border:3px solid #dfc60b">
Div here</div>

This div border color is #dfc60b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,198,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfc60b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfc60b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfc60b;
  box-shadow:         1px 1px 3px 2px #dfc60b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,198,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfc60b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc60b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfc60b;
  box-shadow:         1px 1px 3px 2px #dfc60b;">
Div content here</div>

This div box has shadow with color #dfc60b


Comments

No comments written yet.

Please login to write comment.