Shades of Goldenrod #DCD96C
Tints of Goldenrod #DCD96C
RGB
CMYK
RGB Variations
Color information
#DCD96C (or 0xDCD96C) is known color: Goldenrod. HEX triplet: DC, D9 and 6C. RGB value is (220,217,108). Sum of RGB (Red+Green+Blue) = 220+217+108=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD96C is #232693. Grayscale: #CDCDCD. Windows color (decimal): -2303636 or 7133660. OLE color: 7133660.
HSL color Cylindrical-coordinate representation of color #DCD96C: hue angle of 58.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD96C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 108 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.14 |
| HSL | 58.39º | 0.62% | 0.64% | - |
| HSV(B) | 58.39º | 0.51% | 0.86% | - |
| XYZ | 57.03 | 65.92 | 23.91 | - |
| YUV | 205.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 108 | 0 | 0.01 | 0.51 | 0.14 | 58.39 | 0.62 | 0.64 |
| Hex | DC | D9 | 6C | 0 | 1 | 33 | E | 3A | 3E | 40 |
| Octal | 334 | 331 | 154 | 0 | 1 | 63 | 16 | 72 | 76 | 100 |
| Binary | 11011100 | 11011001 | 1101100 | 0 | 1 | 110011 | 1110 | 111010 | 111110 | 1000000 |
Color Harmonies of #DCD96C
Complementary color
Monochromatic Colors of #DCD96C
Black with #DCD96C
Text Example
Text Example
White with #DCD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD96C; }
p { color: rgb(220,217,108); }
H1.HeaderClassName
{
color: #DCD96C;
}
.AnyTagClassName
{
color: #DCD96C;
}
</style>
background-color css
<style>
a { background-color: #DCD96C; }
a { background-color: rgb(220,217,108); }
div.DivClassName
{
background-color: #DCD96C;
}
.BgClassName
{
background-color: #DCD96C;
}
</style>
border-color css
<style>
span { border-color: #DCD96C; }
span { border-color: rgb(220,217,108); }
td.TdClassName
{
border-color: #DCD96C;
}
.TagClassName
{
border-color: #DCD96C;
}
</style>