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