Shades of Goldenrod #DADF70
Tints of Goldenrod #DADF70
RGB
CMYK
RGB Variations
Color information
#DADF70 (or 0xDADF70) is known color: Goldenrod. HEX triplet: DA, DF and 70. RGB value is (218,223,112). Sum of RGB (Red+Green+Blue) = 218+223+112=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF70 is #25208F. Grayscale: #D1D1D1. Windows color (decimal): -2433168 or 7397338. OLE color: 7397338.
HSL color Cylindrical-coordinate representation of color #DADF70: hue angle of 62.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DADF70 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 112 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.13 |
| HSL | 62.7º | 0.63% | 0.66% | - |
| HSV(B) | 62.7º | 0.5% | 0.87% | - |
| XYZ | 58.23 | 68.85 | 25.55 | - |
| YUV | 208.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 112 | 0.02 | 0 | 0.50 | 0.13 | 62.7 | 0.63 | 0.66 |
| Hex | DA | DF | 70 | 2 | 0 | 32 | D | 3F | 3F | 42 |
| Octal | 332 | 337 | 160 | 2 | 0 | 62 | 15 | 77 | 77 | 102 |
| Binary | 11011010 | 11011111 | 1110000 | 10 | 0 | 110010 | 1101 | 111111 | 111111 | 1000010 |
Color Harmonies of #DADF70
Complementary color
Monochromatic Colors of #DADF70
Black with #DADF70
Text Example
Text Example
White with #DADF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF70; }
p { color: rgb(218,223,112); }
H1.HeaderClassName
{
color: #DADF70;
}
.AnyTagClassName
{
color: #DADF70;
}
</style>
background-color css
<style>
a { background-color: #DADF70; }
a { background-color: rgb(218,223,112); }
div.DivClassName
{
background-color: #DADF70;
}
.BgClassName
{
background-color: #DADF70;
}
</style>
border-color css
<style>
span { border-color: #DADF70; }
span { border-color: rgb(218,223,112); }
td.TdClassName
{
border-color: #DADF70;
}
.TagClassName
{
border-color: #DADF70;
}
</style>