Color Hex Logo

#dfb77b Color Hex

#DFB77B
(223,183,123)
0 Favorites   0 Comments

Color spaces of #dfb77b

RGB 223183123
HSL0.100.610.68
HSV36°45°87°
CMYK 0.000.180.45   0.13
XYZ50.940150.985025.8952
Yxy50.98500.39850.3989
Hunter Lab71.40382.386928.4806
CIE-Lab76.66996.702035.8629

#dfb77b color RGB value is (223,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01111011
Octal 337 267 173
Decimal 223 183 123
Hex DF B7 7B

RGB Percentages of Color #dfb77b

%42.16
%34.59
%23.25

CMYK Percentages of Color #dfb77b

%0
%18
%45
%13

Triadic Colors of #dfb77b

#dfb77b #7bdfb7 #b77bdf

Analogous Colors of #dfb77b

#dfb77b #d5df7b #df857b

Monochromatic Colors of #dfb77b

#dfb77b

Complementary Color

#dfb77b #7ba3df

#dfb77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb77b Color CSS Codes

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

#dfb77b Text Font Color

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

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


#dfb77b Background Color

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

This div background color is #dfb77b


#dfb77b Border Color

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

This div border color is #dfb77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb77b


Comments

No comments written yet.

Please login to write comment.