#DCD87D

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

Shades of Goldenrod #DCD87D

Tints of Goldenrod #DCD87D

Color information

#DCD87D (or 0xDCD87D) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 7D. RGB value is (220,216,125). Sum of RGB (Red+Green+Blue) = 220+216+125=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD87D is #232782. Grayscale: #CFCFCF. Windows color (decimal): -2303875 or 8247516. OLE color: 8247516.

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

Color convert

RGB220216125-
CMYK00.020.430.14
HSL57.47º57.58%67.65%-
HSV(B)57.47º43.18%86.27%-
XYZ57.7765.8129.06-
YUV206.8281.83137.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=39.22%
G=38.50%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021612500.020.430.1457.4757.5867.65
HexDCD87D022BE393a44
Octal3343301750253167172104
Binary1101110011011000111110101010101111101110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD87D; }

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

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

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

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

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

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

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

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