Color Hex Logo

#dfb77f Color Hex

#DFB77F
(223,183,127)
0 Favorites   0 Comments

Color spaces of #dfb77f

RGB 223183127
HSL0.100.600.69
HSV35°43°87°
CMYK 0.000.180.43   0.13
XYZ51.195751.087327.2412
Yxy51.08730.39530.3944
Hunter Lab71.47542.772427.4357
CIE-Lab76.73197.113133.8589

#dfb77f color RGB value is (223,183,127).

#dfb77f hex color red value is 223, green value is 183 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dfb77f hue: 0.10 , saturation: 0.60 and the lightness value of dfb77f is 0.69.

The process color (four color CMYK) of #dfb77f color hex is 0.00, 0.18, 0.43, 0.13. Web safe color of #dfb77f is #cccc66. Color #dfb77f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01111111
Octal 337 267 177
Decimal 223 183 127
Hex DF B7 7F

RGB Percentages of Color #dfb77f

%41.84
%34.33
%23.83

CMYK Percentages of Color #dfb77f

%0
%18
%43
%13

Triadic Colors of #dfb77f

#dfb77f #7fdfb7 #b77fdf

Analogous Colors of #dfb77f

#dfb77f #d7df7f #df877f

Monochromatic Colors of #dfb77f

#dfb77f

Complementary Color

#dfb77f #7fa7df

#dfb77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb77f Color CSS Codes

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

#dfb77f Text Font Color

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

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


#dfb77f Background Color

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

This div background color is #dfb77f


#dfb77f Border Color

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

This div border color is #dfb77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb77f


Comments

No comments written yet.

Please login to write comment.