Shades of Goldenrod #DCD96D
Tints of Goldenrod #DCD96D
RGB
CMYK
RGB Variations
Color information
#DCD96D (or 0xDCD96D) is known color: Goldenrod. HEX triplet: DC, D9 and 6D. RGB value is (220,217,109). Sum of RGB (Red+Green+Blue) = 220+217+109=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD96D is #232692. Grayscale: #CECECE. Windows color (decimal): -2303635 or 7199196. OLE color: 7199196.
HSL color Cylindrical-coordinate representation of color #DCD96D: hue angle of 58.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD96D is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 109 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.14 |
| HSL | 58.38º | 0.61% | 0.65% | - |
| HSV(B) | 58.38º | 0.5% | 0.86% | - |
| XYZ | 57.09 | 65.95 | 24.19 | - |
| YUV | 205.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 109 | 0 | 0.01 | 0.50 | 0.14 | 58.38 | 0.61 | 0.65 |
| Hex | DC | D9 | 6D | 0 | 1 | 32 | E | 3A | 3D | 41 |
| Octal | 334 | 331 | 155 | 0 | 1 | 62 | 16 | 72 | 75 | 101 |
| Binary | 11011100 | 11011001 | 1101101 | 0 | 1 | 110010 | 1110 | 111010 | 111101 | 1000001 |
Color Harmonies of #DCD96D
Complementary color
Monochromatic Colors of #DCD96D
Black with #DCD96D
Text Example
Text Example
White with #DCD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD96D; }
p { color: rgb(220,217,109); }
H1.HeaderClassName
{
color: #DCD96D;
}
.AnyTagClassName
{
color: #DCD96D;
}
</style>
background-color css
<style>
a { background-color: #DCD96D; }
a { background-color: rgb(220,217,109); }
div.DivClassName
{
background-color: #DCD96D;
}
.BgClassName
{
background-color: #DCD96D;
}
</style>
border-color css
<style>
span { border-color: #DCD96D; }
span { border-color: rgb(220,217,109); }
td.TdClassName
{
border-color: #DCD96D;
}
.TagClassName
{
border-color: #DCD96D;
}
</style>