Shades of Goldenrod #DCD978
Tints of Goldenrod #DCD978
RGB
CMYK
RGB Variations
Color information
#DCD978 (or 0xDCD978) is known color: Goldenrod. HEX triplet: DC, D9 and 78. RGB value is (220,217,120). Sum of RGB (Red+Green+Blue) = 220+217+120=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD978 is #232687. Grayscale: #CFCFCF. Windows color (decimal): -2303624 or 7920092. OLE color: 7920092.
HSL color Cylindrical-coordinate representation of color #DCD978: hue angle of 58.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCD978 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 120 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.14 |
| HSL | 58.2º | 0.59% | 0.67% | - |
| HSV(B) | 58.2º | 0.45% | 0.86% | - |
| XYZ | 57.72 | 66.2 | 27.5 | - |
| YUV | 206.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 120 | 0 | 0.01 | 0.45 | 0.14 | 58.2 | 0.59 | 0.67 |
| Hex | DC | D9 | 78 | 0 | 1 | 2D | E | 3A | 3B | 43 |
| Octal | 334 | 331 | 170 | 0 | 1 | 55 | 16 | 72 | 73 | 103 |
| Binary | 11011100 | 11011001 | 1111000 | 0 | 1 | 101101 | 1110 | 111010 | 111011 | 1000011 |
Color Harmonies of #DCD978
Complementary color
Monochromatic Colors of #DCD978
Black with #DCD978
Text Example
Text Example
White with #DCD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD978; }
p { color: rgb(220,217,120); }
H1.HeaderClassName
{
color: #DCD978;
}
.AnyTagClassName
{
color: #DCD978;
}
</style>
background-color css
<style>
a { background-color: #DCD978; }
a { background-color: rgb(220,217,120); }
div.DivClassName
{
background-color: #DCD978;
}
.BgClassName
{
background-color: #DCD978;
}
</style>
border-color css
<style>
span { border-color: #DCD978; }
span { border-color: rgb(220,217,120); }
td.TdClassName
{
border-color: #DCD978;
}
.TagClassName
{
border-color: #DCD978;
}
</style>