Shades of Goldenrod #DCDA70
Tints of Goldenrod #DCDA70
RGB
CMYK
RGB Variations
Color information
#DCDA70 (or 0xDCDA70) is known color: Goldenrod. HEX triplet: DC, DA and 70. RGB value is (220,218,112). Sum of RGB (Red+Green+Blue) = 220+218+112=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA70 is #23258F. Grayscale: #CECECE. Windows color (decimal): -2303376 or 7396060. OLE color: 7396060.
HSL color Cylindrical-coordinate representation of color #DCDA70: hue angle of 58.89º 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 #DCDA70 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 112 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.14 |
| HSL | 58.89º | 0.61% | 0.65% | - |
| HSV(B) | 58.89º | 0.49% | 0.86% | - |
| XYZ | 57.51 | 66.53 | 25.14 | - |
| YUV | 206.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 112 | 0 | 0.01 | 0.49 | 0.14 | 58.89 | 0.61 | 0.65 |
| Hex | DC | DA | 70 | 0 | 1 | 31 | E | 3B | 3D | 41 |
| Octal | 334 | 332 | 160 | 0 | 1 | 61 | 16 | 73 | 75 | 101 |
| Binary | 11011100 | 11011010 | 1110000 | 0 | 1 | 110001 | 1110 | 111011 | 111101 | 1000001 |
Color Harmonies of #DCDA70
Complementary color
Monochromatic Colors of #DCDA70
Black with #DCDA70
Text Example
Text Example
White with #DCDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA70; }
p { color: rgb(220,218,112); }
H1.HeaderClassName
{
color: #DCDA70;
}
.AnyTagClassName
{
color: #DCDA70;
}
</style>
background-color css
<style>
a { background-color: #DCDA70; }
a { background-color: rgb(220,218,112); }
div.DivClassName
{
background-color: #DCDA70;
}
.BgClassName
{
background-color: #DCDA70;
}
</style>
border-color css
<style>
span { border-color: #DCDA70; }
span { border-color: rgb(220,218,112); }
td.TdClassName
{
border-color: #DCDA70;
}
.TagClassName
{
border-color: #DCDA70;
}
</style>