Shades of Goldenrod #DCD97C
Tints of Goldenrod #DCD97C
RGB
CMYK
RGB Variations
Color information
#DCD97C (or 0xDCD97C) is known color: Goldenrod. HEX triplet: DC, D9 and 7C. RGB value is (220,217,124). Sum of RGB (Red+Green+Blue) = 220+217+124=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD97C is #232683. Grayscale: #CFCFCF. Windows color (decimal): -2303620 or 8182236. OLE color: 8182236.
HSL color Cylindrical-coordinate representation of color #DCD97C: hue angle of 58.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD97C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 124 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.14 |
| HSL | 58.13º | 0.58% | 0.67% | - |
| HSV(B) | 58.13º | 0.44% | 0.86% | - |
| XYZ | 57.97 | 66.3 | 28.81 | - |
| YUV | 207.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 124 | 0 | 0.01 | 0.44 | 0.14 | 58.13 | 0.58 | 0.67 |
| Hex | DC | D9 | 7C | 0 | 1 | 2C | E | 3A | 3A | 43 |
| Octal | 334 | 331 | 174 | 0 | 1 | 54 | 16 | 72 | 72 | 103 |
| Binary | 11011100 | 11011001 | 1111100 | 0 | 1 | 101100 | 1110 | 111010 | 111010 | 1000011 |
Color Harmonies of #DCD97C
Complementary color
Monochromatic Colors of #DCD97C
Black with #DCD97C
Text Example
Text Example
White with #DCD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD97C; }
p { color: rgb(220,217,124); }
H1.HeaderClassName
{
color: #DCD97C;
}
.AnyTagClassName
{
color: #DCD97C;
}
</style>
background-color css
<style>
a { background-color: #DCD97C; }
a { background-color: rgb(220,217,124); }
div.DivClassName
{
background-color: #DCD97C;
}
.BgClassName
{
background-color: #DCD97C;
}
</style>
border-color css
<style>
span { border-color: #DCD97C; }
span { border-color: rgb(220,217,124); }
td.TdClassName
{
border-color: #DCD97C;
}
.TagClassName
{
border-color: #DCD97C;
}
</style>