Shades of Goldenrod #DCDC70
Tints of Goldenrod #DCDC70
RGB
CMYK
RGB Variations
Color information
#DCDC70 (or 0xDCDC70) is known color: Goldenrod. HEX triplet: DC, DC and 70. RGB value is (220,220,112). Sum of RGB (Red+Green+Blue) = 220+220+112=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC70 is #23238F. Grayscale: #D0D0D0. Windows color (decimal): -2302864 or 7396572. OLE color: 7396572.
HSL color Cylindrical-coordinate representation of color #DCDC70: hue angle of 60º 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 #DCDC70 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 112 | - |
| CMYK | 0 | 0 | 0.49 | 0.14 |
| HSL | 60º | 0.61% | 0.65% | - |
| HSV(B) | 60º | 0.49% | 0.86% | - |
| XYZ | 58.03 | 67.57 | 25.31 | - |
| YUV | 207.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 112 | 0 | 0 | 0.49 | 0.14 | 60 | 0.61 | 0.65 |
| Hex | DC | DC | 70 | 0 | 0 | 31 | E | 3C | 3D | 41 |
| Octal | 334 | 334 | 160 | 0 | 0 | 61 | 16 | 74 | 75 | 101 |
| Binary | 11011100 | 11011100 | 1110000 | 0 | 0 | 110001 | 1110 | 111100 | 111101 | 1000001 |
Color Harmonies of #DCDC70
Complementary color
Monochromatic Colors of #DCDC70
Black with #DCDC70
Text Example
Text Example
White with #DCDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC70; }
p { color: rgb(220,220,112); }
H1.HeaderClassName
{
color: #DCDC70;
}
.AnyTagClassName
{
color: #DCDC70;
}
</style>
background-color css
<style>
a { background-color: #DCDC70; }
a { background-color: rgb(220,220,112); }
div.DivClassName
{
background-color: #DCDC70;
}
.BgClassName
{
background-color: #DCDC70;
}
</style>
border-color css
<style>
span { border-color: #DCDC70; }
span { border-color: rgb(220,220,112); }
td.TdClassName
{
border-color: #DCDC70;
}
.TagClassName
{
border-color: #DCDC70;
}
</style>