Shades of Goldenrod #DCD975
Tints of Goldenrod #DCD975
RGB
CMYK
RGB Variations
Color information
#DCD975 (or 0xDCD975) is known color: Goldenrod. HEX triplet: DC, D9 and 75. RGB value is (220,217,117). Sum of RGB (Red+Green+Blue) = 220+217+117=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD975 is #23268A. Grayscale: #CECECE. Windows color (decimal): -2303627 or 7723484. OLE color: 7723484.
HSL color Cylindrical-coordinate representation of color #DCD975: hue angle of 58.25º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCD975 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 117 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.14 |
| HSL | 58.25º | 0.6% | 0.66% | - |
| HSV(B) | 58.25º | 0.47% | 0.86% | - |
| XYZ | 57.54 | 66.13 | 26.56 | - |
| YUV | 206.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 117 | 0 | 0.01 | 0.47 | 0.14 | 58.25 | 0.6 | 0.66 |
| Hex | DC | D9 | 75 | 0 | 1 | 2F | E | 3A | 3C | 42 |
| Octal | 334 | 331 | 165 | 0 | 1 | 57 | 16 | 72 | 74 | 102 |
| Binary | 11011100 | 11011001 | 1110101 | 0 | 1 | 101111 | 1110 | 111010 | 111100 | 1000010 |
Color Harmonies of #DCD975
Complementary color
Monochromatic Colors of #DCD975
Black with #DCD975
Text Example
Text Example
White with #DCD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD975; }
p { color: rgb(220,217,117); }
H1.HeaderClassName
{
color: #DCD975;
}
.AnyTagClassName
{
color: #DCD975;
}
</style>
background-color css
<style>
a { background-color: #DCD975; }
a { background-color: rgb(220,217,117); }
div.DivClassName
{
background-color: #DCD975;
}
.BgClassName
{
background-color: #DCD975;
}
</style>
border-color css
<style>
span { border-color: #DCD975; }
span { border-color: rgb(220,217,117); }
td.TdClassName
{
border-color: #DCD975;
}
.TagClassName
{
border-color: #DCD975;
}
</style>