Shades of Goldenrod #DADE74
Tints of Goldenrod #DADE74
RGB
CMYK
RGB Variations
Color information
#DADE74 (or 0xDADE74) is known color: Goldenrod. HEX triplet: DA, DE and 74. RGB value is (218,222,116). Sum of RGB (Red+Green+Blue) = 218+222+116=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE74 is #25218B. Grayscale: #D1D1D1. Windows color (decimal): -2433420 or 7659226. OLE color: 7659226.
HSL color Cylindrical-coordinate representation of color #DADE74: hue angle of 62.26º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DADE74 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 116 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.26º | 0.62% | 0.66% | - |
| HSV(B) | 62.26º | 0.48% | 0.87% | - |
| XYZ | 58.19 | 68.41 | 26.66 | - |
| YUV | 208.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 116 | 0.02 | 0 | 0.48 | 0.13 | 62.26 | 0.62 | 0.66 |
| Hex | DA | DE | 74 | 2 | 0 | 30 | D | 3E | 3E | 42 |
| Octal | 332 | 336 | 164 | 2 | 0 | 60 | 15 | 76 | 76 | 102 |
| Binary | 11011010 | 11011110 | 1110100 | 10 | 0 | 110000 | 1101 | 111110 | 111110 | 1000010 |
Color Harmonies of #DADE74
Complementary color
Monochromatic Colors of #DADE74
Black with #DADE74
Text Example
Text Example
White with #DADE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE74; }
p { color: rgb(218,222,116); }
H1.HeaderClassName
{
color: #DADE74;
}
.AnyTagClassName
{
color: #DADE74;
}
</style>
background-color css
<style>
a { background-color: #DADE74; }
a { background-color: rgb(218,222,116); }
div.DivClassName
{
background-color: #DADE74;
}
.BgClassName
{
background-color: #DADE74;
}
</style>
border-color css
<style>
span { border-color: #DADE74; }
span { border-color: rgb(218,222,116); }
td.TdClassName
{
border-color: #DADE74;
}
.TagClassName
{
border-color: #DADE74;
}
</style>