Color Hex Logo

#dfb78a Color Hex

#DFB78A
(223,183,138)
0 Favorites   0 Comments

Color spaces of #dfb78a

RGB 223183138
HSL0.090.570.71
HSV32°38°87°
CMYK 0.000.180.38   0.13
XYZ51.952451.389931.2258
Yxy51.38990.38610.3819
Hunter Lab71.68673.909724.3548
CIE-Lab76.91468.320128.3068

#dfb78a color RGB value is (223,183,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10001010
Octal 337 267 212
Decimal 223 183 138
Hex DF B7 8A

RGB Percentages of Color #dfb78a

%40.99
%33.64
%25.37

CMYK Percentages of Color #dfb78a

%0
%18
%38
%13

Triadic Colors of #dfb78a

#dfb78a #8adfb7 #b78adf

Analogous Colors of #dfb78a

#dfb78a #dddf8a #df8d8a

Monochromatic Colors of #dfb78a

#dfb78a

Complementary Color

#dfb78a #8ab2df

#dfb78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb78a Color CSS Codes

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

#dfb78a Text Font Color

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

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


#dfb78a Background Color

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

This div background color is #dfb78a


#dfb78a Border Color

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

This div border color is #dfb78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb78a


Comments

No comments written yet.

Please login to write comment.