Color Hex Logo

#dcd86b Color Hex

#DCD86B
(220,216,107)
0 Favorites   0 Comments

Color spaces of #dcd86b

RGB 220216107
HSL0.160.620.64
HSV58°51°86°
CMYK 0.000.020.51   0.14
XYZ56.724965.388923.5415
Yxy65.38890.38940.4489
Hunter Lab80.8634-16.294939.3435
CIE-Lab84.6837-13.014253.5539

#dcd86b color RGB value is (220,216,107).

#dcd86b hex color red value is 220, green value is 216 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dcd86b hue: 0.16 , saturation: 0.62 and the lightness value of dcd86b is 0.64.

The process color (four color CMYK) of #dcd86b color hex is 0.00, 0.02, 0.51, 0.14. Web safe color of #dcd86b is #cccc66. Color #dcd86b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01101011
Octal 334 330 153
Decimal 220 216 107
Hex DC D8 6B

RGB Percentages of Color #dcd86b

%40.52
%39.78
%19.71

CMYK Percentages of Color #dcd86b

%0
%2
%51
%14

Triadic Colors of #dcd86b

#dcd86b #6bdcd8 #d86bdc

Analogous Colors of #dcd86b

#dcd86b #a8dc6b #dca06b

Monochromatic Colors of #dcd86b

#dcd86b

Complementary Color

#dcd86b #6b6fdc

#dcd86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd86b Color CSS Codes

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

#dcd86b Text Font Color

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

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


#dcd86b Background Color

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

This div background color is #dcd86b


#dcd86b Border Color

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

This div border color is #dcd86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd86b


Comments

No comments written yet.

Please login to write comment.