#DCD87C

Color #DCD87C Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DCD87C

Tints of Goldenrod #DCD87C

Color information

#DCD87C (or 0xDCD87C) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 7C. RGB value is (220,216,124). Sum of RGB (Red+Green+Blue) = 220+216+124=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD87C is #232783. Grayscale: #CFCFCF. Windows color (decimal): -2303876 or 8181980. OLE color: 8181980.

HSL color Cylindrical-coordinate representation of color #DCD87C: hue angle of 57.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD87C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220216124-
CMYK00.020.440.14
HSL57.5º57.83%67.45%-
HSV(B)57.5º43.64%86.27%-
XYZ57.7165.7828.72-
YUV206.7181.33137.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 124 (48.83% from 255) = 22.14%
R=39.29%
G=38.57%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021612400.020.440.1457.557.8367.45
HexDCD87C022CE3a3a43
Octal3343301740254167272103
Binary1101110011011000111110001010110011101110101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD87C; }

 p { color: rgb(220,216,124); }

 H1.HeaderClassName
 {
   color: #DCD87C;
 }
 .AnyTagClassName
 {
   color: #DCD87C;
 }
</style>
background-color css

<style>
 a { background-color: #DCD87C; }

 a { background-color: rgb(220,216,124); }

 div.DivClassName
 {
   background-color: #DCD87C;
 }
 .BgClassName
 {
   background-color: #DCD87C;
 }
</style>
border-color css

<style>
 span { border-color: #DCD87C; }

 span { border-color: rgb(220,216,124); }

 td.TdClassName
 {
   border-color: #DCD87C;
 }
 .TagClassName
 {
   border-color: #DCD87C;
 }
</style>