Shades of Goldenrod #DCD770
Tints of Goldenrod #DCD770
RGB
CMYK
RGB Variations
Color information
#DCD770 (or 0xDCD770) is known color: Goldenrod. HEX triplet: DC, D7 and 70. RGB value is (220,215,112). Sum of RGB (Red+Green+Blue) = 220+215+112=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD770 is #23288F. Grayscale: #CDCDCD. Windows color (decimal): -2304144 or 7395292. OLE color: 7395292.
HSL color Cylindrical-coordinate representation of color #DCD770: hue angle of 57.22º 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 #DCD770 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 112 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.14 |
| HSL | 57.22º | 0.61% | 0.65% | - |
| HSV(B) | 57.22º | 0.49% | 0.86% | - |
| XYZ | 56.74 | 64.99 | 24.88 | - |
| YUV | 204.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 112 | 0 | 0.02 | 0.49 | 0.14 | 57.22 | 0.61 | 0.65 |
| Hex | DC | D7 | 70 | 0 | 2 | 31 | E | 39 | 3D | 41 |
| Octal | 334 | 327 | 160 | 0 | 2 | 61 | 16 | 71 | 75 | 101 |
| Binary | 11011100 | 11010111 | 1110000 | 0 | 10 | 110001 | 1110 | 111001 | 111101 | 1000001 |
Color Harmonies of #DCD770
Complementary color
Monochromatic Colors of #DCD770
Black with #DCD770
Text Example
Text Example
White with #DCD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD770; }
p { color: rgb(220,215,112); }
H1.HeaderClassName
{
color: #DCD770;
}
.AnyTagClassName
{
color: #DCD770;
}
</style>
background-color css
<style>
a { background-color: #DCD770; }
a { background-color: rgb(220,215,112); }
div.DivClassName
{
background-color: #DCD770;
}
.BgClassName
{
background-color: #DCD770;
}
</style>
border-color css
<style>
span { border-color: #DCD770; }
span { border-color: rgb(220,215,112); }
td.TdClassName
{
border-color: #DCD770;
}
.TagClassName
{
border-color: #DCD770;
}
</style>