Color Hex Logo

#dfb56b Color Hex

#DFB56B
(223,181,107)
0 Favorites   0 Comments

Color spaces of #dfb56b

RGB 223181107
HSL0.110.640.65
HSV38°52°87°
CMYK 0.000.190.52   0.13
XYZ49.609149.797320.9071
Yxy49.79730.41230.4139
Hunter Lab70.56721.993831.8311
CIE-Lab75.94476.259443.1425

#dfb56b color RGB value is (223,181,107).

#dfb56b hex color red value is 223, green value is 181 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dfb56b hue: 0.11 , saturation: 0.64 and the lightness value of dfb56b is 0.65.

The process color (four color CMYK) of #dfb56b color hex is 0.00, 0.19, 0.52, 0.13. Web safe color of #dfb56b is #cccc66. Color #dfb56b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01101011
Octal 337 265 153
Decimal 223 181 107
Hex DF B5 6B

RGB Percentages of Color #dfb56b

%43.64
%35.42
%20.94

CMYK Percentages of Color #dfb56b

%0
%19
%52
%13

Triadic Colors of #dfb56b

#dfb56b #6bdfb5 #b56bdf

Analogous Colors of #dfb56b

#dfb56b #cfdf6b #df7b6b

Monochromatic Colors of #dfb56b

#dfb56b

Complementary Color

#dfb56b #6b95df

#dfb56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb56b Color CSS Codes

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

#dfb56b Text Font Color

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

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


#dfb56b Background Color

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

This div background color is #dfb56b


#dfb56b Border Color

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

This div border color is #dfb56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb56b


Comments

No comments written yet.

Please login to write comment.