Shades of Goldenrod #DAE280
Tints of Goldenrod #DAE280
RGB
CMYK
RGB Variations
Color information
#DAE280 (or 0xDAE280) is known color: Goldenrod. HEX triplet: DA, E2 and 80. RGB value is (218,226,128). Sum of RGB (Red+Green+Blue) = 218+226+128=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE280 is #251D7F. Grayscale: #D4D4D4. Windows color (decimal): -2432384 or 8446682. OLE color: 8446682.
HSL color Cylindrical-coordinate representation of color #DAE280: hue angle of 64.9º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAE280 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 128 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.11 |
| HSL | 64.9º | 0.63% | 0.69% | - |
| HSV(B) | 64.9º | 0.43% | 0.89% | - |
| XYZ | 60.01 | 70.86 | 30.94 | - |
| YUV | 212.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 128 | 0.04 | 0 | 0.43 | 0.11 | 64.9 | 0.63 | 0.69 |
| Hex | DA | E2 | 80 | 4 | 0 | 2B | B | 41 | 3F | 45 |
| Octal | 332 | 342 | 200 | 4 | 0 | 53 | 13 | 101 | 77 | 105 |
| Binary | 11011010 | 11100010 | 10000000 | 100 | 0 | 101011 | 1011 | 1000001 | 111111 | 1000101 |
Color Harmonies of #DAE280
Complementary color
Monochromatic Colors of #DAE280
Black with #DAE280
Text Example
Text Example
White with #DAE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE280; }
p { color: rgb(218,226,128); }
H1.HeaderClassName
{
color: #DAE280;
}
.AnyTagClassName
{
color: #DAE280;
}
</style>
background-color css
<style>
a { background-color: #DAE280; }
a { background-color: rgb(218,226,128); }
div.DivClassName
{
background-color: #DAE280;
}
.BgClassName
{
background-color: #DAE280;
}
</style>
border-color css
<style>
span { border-color: #DAE280; }
span { border-color: rgb(218,226,128); }
td.TdClassName
{
border-color: #DAE280;
}
.TagClassName
{
border-color: #DAE280;
}
</style>