Color Hex Logo

#dfc86b Color Hex

#DFC86B
(223,200,107)
0 Favorites   0 Comments

Color spaces of #dfc86b

RGB 223200107
HSL0.130.640.65
HSV48°52°87°
CMYK 0.000.100.52   0.13
XYZ53.739558.058122.2839
Yxy58.05810.40080.4330
Hunter Lab76.1959-7.450135.9974
CIE-Lab80.7711-3.667948.9847

#dfc86b color RGB value is (223,200,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 01101011
Octal 337 310 153
Decimal 223 200 107
Hex DF C8 6B

RGB Percentages of Color #dfc86b

%42.08
%37.74
%20.19

CMYK Percentages of Color #dfc86b

%0
%10
%52
%13

Triadic Colors of #dfc86b

#dfc86b #6bdfc8 #c86bdf

Analogous Colors of #dfc86b

#dfc86b #bcdf6b #df8e6b

Monochromatic Colors of #dfc86b

#dfc86b

Complementary Color

#dfc86b #6b82df

#dfc86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc86b Color CSS Codes

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

#dfc86b Text Font Color

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

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


#dfc86b Background Color

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

This div background color is #dfc86b


#dfc86b Border Color

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

This div border color is #dfc86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc86b


Comments

No comments written yet.

Please login to write comment.