Color Hex Logo

#dfcb8b Color Hex

#DFCB8B
(223,203,139)
0 Favorites   0 Comments

Color spaces of #dfcb8b

RGB 223203139
HSL0.130.570.71
HSV46°38°87°
CMYK 0.000.090.38   0.13
XYZ56.447660.263933.0831
Yxy60.26390.37680.4023
Hunter Lab77.6298-6.058129.0736
CIE-Lab81.9814-2.053434.4779

#dfcb8b color RGB value is (223,203,139).

#dfcb8b hex color red value is 223, green value is 203 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dfcb8b hue: 0.13 , saturation: 0.57 and the lightness value of dfcb8b is 0.71.

The process color (four color CMYK) of #dfcb8b color hex is 0.00, 0.09, 0.38, 0.13. Web safe color of #dfcb8b is #cccc99. Color #dfcb8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10001011
Octal 337 313 213
Decimal 223 203 139
Hex DF CB 8B

RGB Percentages of Color #dfcb8b

%39.47
%35.93
%24.60

CMYK Percentages of Color #dfcb8b

%0
%9
%38
%13

Triadic Colors of #dfcb8b

#dfcb8b #8bdfcb #cb8bdf

Analogous Colors of #dfcb8b

#dfcb8b #c9df8b #dfa18b

Monochromatic Colors of #dfcb8b

#dfcb8b

Complementary Color

#dfcb8b #8b9fdf

#dfcb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb8b Color CSS Codes

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

#dfcb8b Text Font Color

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

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


#dfcb8b Background Color

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

This div background color is #dfcb8b


#dfcb8b Border Color

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

This div border color is #dfcb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb8b


Comments

No comments written yet.

Please login to write comment.