Shades of Goldenrod #DADE7A
Tints of Goldenrod #DADE7A
RGB
CMYK
RGB Variations
Color information
#DADE7A (or 0xDADE7A) is known color: Goldenrod. HEX triplet: DA, DE and 7A. RGB value is (218,222,122). Sum of RGB (Red+Green+Blue) = 218+222+122=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE7A is #252185. Grayscale: #D1D1D1. Windows color (decimal): -2433414 or 8052442. OLE color: 8052442.
HSL color Cylindrical-coordinate representation of color #DADE7A: hue angle of 62.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DADE7A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 122 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.13 |
| HSL | 62.4º | 0.6% | 0.67% | - |
| HSV(B) | 62.4º | 0.45% | 0.87% | - |
| XYZ | 58.55 | 68.55 | 28.56 | - |
| YUV | 209.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 122 | 0.02 | 0 | 0.45 | 0.13 | 62.4 | 0.6 | 0.67 |
| Hex | DA | DE | 7A | 2 | 0 | 2D | D | 3E | 3C | 43 |
| Octal | 332 | 336 | 172 | 2 | 0 | 55 | 15 | 76 | 74 | 103 |
| Binary | 11011010 | 11011110 | 1111010 | 10 | 0 | 101101 | 1101 | 111110 | 111100 | 1000011 |
Color Harmonies of #DADE7A
Complementary color
Monochromatic Colors of #DADE7A
Black with #DADE7A
Text Example
Text Example
White with #DADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE7A; }
p { color: rgb(218,222,122); }
H1.HeaderClassName
{
color: #DADE7A;
}
.AnyTagClassName
{
color: #DADE7A;
}
</style>
background-color css
<style>
a { background-color: #DADE7A; }
a { background-color: rgb(218,222,122); }
div.DivClassName
{
background-color: #DADE7A;
}
.BgClassName
{
background-color: #DADE7A;
}
</style>
border-color css
<style>
span { border-color: #DADE7A; }
span { border-color: rgb(218,222,122); }
td.TdClassName
{
border-color: #DADE7A;
}
.TagClassName
{
border-color: #DADE7A;
}
</style>