Shades of Goldenrod #DCD96E
Tints of Goldenrod #DCD96E
RGB
CMYK
RGB Variations
Color information
#DCD96E (or 0xDCD96E) is known color: Goldenrod. HEX triplet: DC, D9 and 6E. RGB value is (220,217,110). Sum of RGB (Red+Green+Blue) = 220+217+110=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD96E is #232691. Grayscale: #CECECE. Windows color (decimal): -2303634 or 7264732. OLE color: 7264732.
HSL color Cylindrical-coordinate representation of color #DCD96E: hue angle of 58.36º 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 #DCD96E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 110 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.14 |
| HSL | 58.36º | 0.61% | 0.65% | - |
| HSV(B) | 58.36º | 0.5% | 0.86% | - |
| XYZ | 57.14 | 65.97 | 24.47 | - |
| YUV | 205.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 110 | 0 | 0.01 | 0.50 | 0.14 | 58.36 | 0.61 | 0.65 |
| Hex | DC | D9 | 6E | 0 | 1 | 32 | E | 3A | 3D | 41 |
| Octal | 334 | 331 | 156 | 0 | 1 | 62 | 16 | 72 | 75 | 101 |
| Binary | 11011100 | 11011001 | 1101110 | 0 | 1 | 110010 | 1110 | 111010 | 111101 | 1000001 |
Color Harmonies of #DCD96E
Complementary color
Monochromatic Colors of #DCD96E
Black with #DCD96E
Text Example
Text Example
White with #DCD96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD96E; }
p { color: rgb(220,217,110); }
H1.HeaderClassName
{
color: #DCD96E;
}
.AnyTagClassName
{
color: #DCD96E;
}
</style>
background-color css
<style>
a { background-color: #DCD96E; }
a { background-color: rgb(220,217,110); }
div.DivClassName
{
background-color: #DCD96E;
}
.BgClassName
{
background-color: #DCD96E;
}
</style>
border-color css
<style>
span { border-color: #DCD96E; }
span { border-color: rgb(220,217,110); }
td.TdClassName
{
border-color: #DCD96E;
}
.TagClassName
{
border-color: #DCD96E;
}
</style>