Shades of Goldenrod #DCD670
Tints of Goldenrod #DCD670
RGB
CMYK
RGB Variations
Color information
#DCD670 (or 0xDCD670) is known color: Goldenrod. HEX triplet: DC, D6 and 70. RGB value is (220,214,112). Sum of RGB (Red+Green+Blue) = 220+214+112=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD670 is #23298F. Grayscale: #CCCCCC. Windows color (decimal): -2304400 or 7395036. OLE color: 7395036.
HSL color Cylindrical-coordinate representation of color #DCD670: hue angle of 56.67º 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 #DCD670 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 112 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.14 |
| HSL | 56.67º | 0.61% | 0.65% | - |
| HSV(B) | 56.67º | 0.49% | 0.86% | - |
| XYZ | 56.49 | 64.48 | 24.8 | - |
| YUV | 204.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 112 | 0 | 0.03 | 0.49 | 0.14 | 56.67 | 0.61 | 0.65 |
| Hex | DC | D6 | 70 | 0 | 3 | 31 | E | 39 | 3D | 41 |
| Octal | 334 | 326 | 160 | 0 | 3 | 61 | 16 | 71 | 75 | 101 |
| Binary | 11011100 | 11010110 | 1110000 | 0 | 11 | 110001 | 1110 | 111001 | 111101 | 1000001 |
Color Harmonies of #DCD670
Complementary color
Monochromatic Colors of #DCD670
Black with #DCD670
Text Example
Text Example
White with #DCD670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD670; }
p { color: rgb(220,214,112); }
H1.HeaderClassName
{
color: #DCD670;
}
.AnyTagClassName
{
color: #DCD670;
}
</style>
background-color css
<style>
a { background-color: #DCD670; }
a { background-color: rgb(220,214,112); }
div.DivClassName
{
background-color: #DCD670;
}
.BgClassName
{
background-color: #DCD670;
}
</style>
border-color css
<style>
span { border-color: #DCD670; }
span { border-color: rgb(220,214,112); }
td.TdClassName
{
border-color: #DCD670;
}
.TagClassName
{
border-color: #DCD670;
}
</style>