Color Hex Logo

#dfcb1b Color Hex

#DFCB1B
(223,203,27)
0 Favorites   0 Comments

Color spaces of #dfcb1b

RGB 22320327
HSL0.150.780.49
HSV54°88°87°
CMYK 0.000.090.88   0.13
XYZ51.985258.47909.5846
Yxy58.47900.43300.4871
Hunter Lab76.4716-12.481346.0990
CIE-Lab81.0044-9.222378.2807

#dfcb1b color RGB value is (223,203,27).

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

The process color (four color CMYK) of #dfcb1b color hex is 0.00, 0.09, 0.88, 0.13. Web safe color of #dfcb1b is #cccc33. Color #dfcb1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 00011011
Octal 337 313 33
Decimal 223 203 27
Hex DF CB 1B

RGB Percentages of Color #dfcb1b

%49.23
%44.81
%5.96

CMYK Percentages of Color #dfcb1b

%0
%9
%88
%13

Triadic Colors of #dfcb1b

#dfcb1b #1bdfcb #cb1bdf

Analogous Colors of #dfcb1b

#dfcb1b #91df1b #df691b

Monochromatic Colors of #dfcb1b

#dfcb1b

Complementary Color

#dfcb1b #1b2fdf

#dfcb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb1b Color CSS Codes

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

#dfcb1b Text Font Color

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

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


#dfcb1b Background Color

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

This div background color is #dfcb1b


#dfcb1b Border Color

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

This div border color is #dfcb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb1b


Comments

No comments written yet.

Please login to write comment.