Shades of Goldenrod #DAE282
Tints of Goldenrod #DAE282
RGB
CMYK
RGB Variations
Color information
#DAE282 (or 0xDAE282) is known color: Goldenrod. HEX triplet: DA, E2 and 82. RGB value is (218,226,130). Sum of RGB (Red+Green+Blue) = 218+226+130=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE282 is #251D7D. Grayscale: #D5D5D5. Windows color (decimal): -2432382 or 8577754. OLE color: 8577754.
HSL color Cylindrical-coordinate representation of color #DAE282: hue angle of 65º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE282 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 130 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65º | 0.62% | 0.7% | - |
| HSV(B) | 65º | 0.42% | 0.89% | - |
| XYZ | 60.14 | 70.91 | 31.64 | - |
| YUV | 212.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 130 | 0.04 | 0 | 0.42 | 0.11 | 65 | 0.62 | 0.7 |
| Hex | DA | E2 | 82 | 4 | 0 | 2A | B | 41 | 3E | 46 |
| Octal | 332 | 342 | 202 | 4 | 0 | 52 | 13 | 101 | 76 | 106 |
| Binary | 11011010 | 11100010 | 10000010 | 100 | 0 | 101010 | 1011 | 1000001 | 111110 | 1000110 |
Color Harmonies of #DAE282
Complementary color
Monochromatic Colors of #DAE282
Black with #DAE282
Text Example
Text Example
White with #DAE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE282; }
p { color: rgb(218,226,130); }
H1.HeaderClassName
{
color: #DAE282;
}
.AnyTagClassName
{
color: #DAE282;
}
</style>
background-color css
<style>
a { background-color: #DAE282; }
a { background-color: rgb(218,226,130); }
div.DivClassName
{
background-color: #DAE282;
}
.BgClassName
{
background-color: #DAE282;
}
</style>
border-color css
<style>
span { border-color: #DAE282; }
span { border-color: rgb(218,226,130); }
td.TdClassName
{
border-color: #DAE282;
}
.TagClassName
{
border-color: #DAE282;
}
</style>