Color Hex Logo

#dfb68b Color Hex

#DFB68B
(223,182,139)
0 Favorites   0 Comments

Color spaces of #dfb68b

RGB 223182139
HSL0.090.570.71
HSV31°38°87°
CMYK 0.000.180.38   0.13
XYZ51.819651.008031.5404
Yxy51.00800.38570.3796
Hunter Lab71.41994.528123.8103
CIE-Lab76.68398.966027.4675

#dfb68b color RGB value is (223,182,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 10001011
Octal 337 266 213
Decimal 223 182 139
Hex DF B6 8B

RGB Percentages of Color #dfb68b

%40.99
%33.46
%25.55

CMYK Percentages of Color #dfb68b

%0
%18
%38
%13

Triadic Colors of #dfb68b

#dfb68b #8bdfb6 #b68bdf

Analogous Colors of #dfb68b

#dfb68b #dedf8b #df8c8b

Monochromatic Colors of #dfb68b

#dfb68b

Complementary Color

#dfb68b #8bb4df

#dfb68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb68b Color CSS Codes

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

#dfb68b Text Font Color

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

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


#dfb68b Background Color

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

This div background color is #dfb68b


#dfb68b Border Color

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

This div border color is #dfb68b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,182,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 #dfb68b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb68b

#dfb68b Color Palettes


Comments

No comments written yet.

Please login to write comment.