Shades of Goldenrod #DADE60
Tints of Goldenrod #DADE60
RGB
CMYK
RGB Variations
Color information
#DADE60 (or 0xDADE60) is known color: Goldenrod. HEX triplet: DA, DE and 60. RGB value is (218,222,96). Sum of RGB (Red+Green+Blue) = 218+222+96=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE60 is #25219F. Grayscale: #CECECE. Windows color (decimal): -2433440 or 6348506. OLE color: 6348506.
HSL color Cylindrical-coordinate representation of color #DADE60: hue angle of 61.9º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DADE60 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 96 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.13 |
| HSL | 61.9º | 0.66% | 0.62% | - |
| HSV(B) | 61.9º | 0.57% | 0.87% | - |
| XYZ | 57.15 | 67.99 | 21.18 | - |
| YUV | 206.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 96 | 0.02 | 0 | 0.57 | 0.13 | 61.9 | 0.66 | 0.62 |
| Hex | DA | DE | 60 | 2 | 0 | 39 | D | 3E | 42 | 3E |
| Octal | 332 | 336 | 140 | 2 | 0 | 71 | 15 | 76 | 102 | 76 |
| Binary | 11011010 | 11011110 | 1100000 | 10 | 0 | 111001 | 1101 | 111110 | 1000010 | 111110 |
Color Harmonies of #DADE60
Complementary color
Monochromatic Colors of #DADE60
Black with #DADE60
Text Example
Text Example
White with #DADE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE60; }
p { color: rgb(218,222,96); }
H1.HeaderClassName
{
color: #DADE60;
}
.AnyTagClassName
{
color: #DADE60;
}
</style>
background-color css
<style>
a { background-color: #DADE60; }
a { background-color: rgb(218,222,96); }
div.DivClassName
{
background-color: #DADE60;
}
.BgClassName
{
background-color: #DADE60;
}
</style>
border-color css
<style>
span { border-color: #DADE60; }
span { border-color: rgb(218,222,96); }
td.TdClassName
{
border-color: #DADE60;
}
.TagClassName
{
border-color: #DADE60;
}
</style>