Shades of Goldenrod #DADE71
Tints of Goldenrod #DADE71
RGB
CMYK
RGB Variations
Color information
#DADE71 (or 0xDADE71) is known color: Goldenrod. HEX triplet: DA, DE and 71. RGB value is (218,222,113). Sum of RGB (Red+Green+Blue) = 218+222+113=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE71 is #25218E. Grayscale: #D0D0D0. Windows color (decimal): -2433423 or 7462618. OLE color: 7462618.
HSL color Cylindrical-coordinate representation of color #DADE71: hue angle of 62.2º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DADE71 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 113 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.13 |
| HSL | 62.2º | 0.62% | 0.66% | - |
| HSV(B) | 62.2º | 0.49% | 0.87% | - |
| XYZ | 58.02 | 68.34 | 25.76 | - |
| YUV | 208.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 113 | 0.02 | 0 | 0.49 | 0.13 | 62.2 | 0.62 | 0.66 |
| Hex | DA | DE | 71 | 2 | 0 | 31 | D | 3E | 3E | 42 |
| Octal | 332 | 336 | 161 | 2 | 0 | 61 | 15 | 76 | 76 | 102 |
| Binary | 11011010 | 11011110 | 1110001 | 10 | 0 | 110001 | 1101 | 111110 | 111110 | 1000010 |
Color Harmonies of #DADE71
Complementary color
Monochromatic Colors of #DADE71
Black with #DADE71
Text Example
Text Example
White with #DADE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE71; }
p { color: rgb(218,222,113); }
H1.HeaderClassName
{
color: #DADE71;
}
.AnyTagClassName
{
color: #DADE71;
}
</style>
background-color css
<style>
a { background-color: #DADE71; }
a { background-color: rgb(218,222,113); }
div.DivClassName
{
background-color: #DADE71;
}
.BgClassName
{
background-color: #DADE71;
}
</style>
border-color css
<style>
span { border-color: #DADE71; }
span { border-color: rgb(218,222,113); }
td.TdClassName
{
border-color: #DADE71;
}
.TagClassName
{
border-color: #DADE71;
}
</style>