Shades of Goldenrod #DCD570
Tints of Goldenrod #DCD570
RGB
CMYK
RGB Variations
Color information
#DCD570 (or 0xDCD570) is known color: Goldenrod. HEX triplet: DC, D5 and 70. RGB value is (220,213,112). Sum of RGB (Red+Green+Blue) = 220+213+112=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD570 is #232A8F. Grayscale: #CBCBCB. Windows color (decimal): -2304656 or 7394780. OLE color: 7394780.
HSL color Cylindrical-coordinate representation of color #DCD570: hue angle of 56.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCD570 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 112 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.14 |
| HSL | 56.11º | 0.61% | 0.65% | - |
| HSV(B) | 56.11º | 0.49% | 0.86% | - |
| XYZ | 56.23 | 63.97 | 24.71 | - |
| YUV | 203.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 112 | 0 | 0.03 | 0.49 | 0.14 | 56.11 | 0.61 | 0.65 |
| Hex | DC | D5 | 70 | 0 | 3 | 31 | E | 38 | 3D | 41 |
| Octal | 334 | 325 | 160 | 0 | 3 | 61 | 16 | 70 | 75 | 101 |
| Binary | 11011100 | 11010101 | 1110000 | 0 | 11 | 110001 | 1110 | 111000 | 111101 | 1000001 |
Color Harmonies of #DCD570
Complementary color
Monochromatic Colors of #DCD570
Black with #DCD570
Text Example
Text Example
White with #DCD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD570; }
p { color: rgb(220,213,112); }
H1.HeaderClassName
{
color: #DCD570;
}
.AnyTagClassName
{
color: #DCD570;
}
</style>
background-color css
<style>
a { background-color: #DCD570; }
a { background-color: rgb(220,213,112); }
div.DivClassName
{
background-color: #DCD570;
}
.BgClassName
{
background-color: #DCD570;
}
</style>
border-color css
<style>
span { border-color: #DCD570; }
span { border-color: rgb(220,213,112); }
td.TdClassName
{
border-color: #DCD570;
}
.TagClassName
{
border-color: #DCD570;
}
</style>