Shades of Goldenrod #DADE6F
Tints of Goldenrod #DADE6F
RGB
CMYK
RGB Variations
Color information
#DADE6F (or 0xDADE6F) is known color: Goldenrod. HEX triplet: DA, DE and 6F. RGB value is (218,222,111). Sum of RGB (Red+Green+Blue) = 218+222+111=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE6F is #252190. Grayscale: #D0D0D0. Windows color (decimal): -2433425 or 7331546. OLE color: 7331546.
HSL color Cylindrical-coordinate representation of color #DADE6F: hue angle of 62.16º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DADE6F is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 111 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.13 |
| HSL | 62.16º | 0.63% | 0.65% | - |
| HSV(B) | 62.16º | 0.5% | 0.87% | - |
| XYZ | 57.9 | 68.3 | 25.17 | - |
| YUV | 208.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 111 | 0.02 | 0 | 0.5 | 0.13 | 62.16 | 0.63 | 0.65 |
| Hex | DA | DE | 6F | 2 | 0 | 32 | D | 3E | 3F | 41 |
| Octal | 332 | 336 | 157 | 2 | 0 | 62 | 15 | 76 | 77 | 101 |
| Binary | 11011010 | 11011110 | 1101111 | 10 | 0 | 110010 | 1101 | 111110 | 111111 | 1000001 |
Color Harmonies of #DADE6F
Complementary color
Monochromatic Colors of #DADE6F
Black with #DADE6F
Text Example
Text Example
White with #DADE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE6F; }
p { color: rgb(218,222,111); }
H1.HeaderClassName
{
color: #DADE6F;
}
.AnyTagClassName
{
color: #DADE6F;
}
</style>
background-color css
<style>
a { background-color: #DADE6F; }
a { background-color: rgb(218,222,111); }
div.DivClassName
{
background-color: #DADE6F;
}
.BgClassName
{
background-color: #DADE6F;
}
</style>
border-color css
<style>
span { border-color: #DADE6F; }
span { border-color: rgb(218,222,111); }
td.TdClassName
{
border-color: #DADE6F;
}
.TagClassName
{
border-color: #DADE6F;
}
</style>