color codes Logo

#dfcb09 color codes

#DFCB09
(223,203,9)
0 Favorites   0 Comments

Color spaces of #dfcb09

RGB 2232039
HSL0.150.920.45
HSV54°96°87°
CMYK 0.000.090.96   0.13
XYZ51.836758.41968.8025
Yxy58.41960.43540.4907
Hunter Lab76.4327-12.698546.6747
CIE-Lab80.9715-9.470480.7130

#dfcb09 color RGB value is (223,203,9).

#dfcb09 hex color red value is 223, green value is 203 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dfcb09 hue: 0.15 , saturation: 0.92 and the lightness value of dfcb09 is 0.45.

The process color (four color CMYK) of #dfcb09 color code is 0.00, 0.09, 0.96, 0.13. Web safe color of #dfcb09 is #cccc00. Color #dfcb09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 00001001
Octal 337 313 11
Decimal 223 203 9
Hex DF CB 9

RGB Percentages of Color #dfcb09

%51.26
%46.67
%2.07

CMYK Percentages of Color #dfcb09

%0
%9
%96
%13

Triadic Colors of #dfcb09

#dfcb09 #09dfcb #cb09df

Analogous Colors of #dfcb09

#dfcb09 #88df09 #df6009

Monochromatic Colors of #dfcb09

#dfcb09

Complementary Color

#dfcb09 #091ddf

#dfcb09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb09 Color CSS Codes

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

#dfcb09 Text Font Color

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

This sample text font color is #dfcb09
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.


#dfcb09 Background Color

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

This div background color is #dfcb09


#dfcb09 Border Color

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

This div border color is #dfcb09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb09

#dfcb09 Color Palettes


Comments

No comments written yet.

Please login to write comment.