Shades of Goldenrod #DAE270
Tints of Goldenrod #DAE270
RGB
CMYK
RGB Variations
Color information
#DAE270 (or 0xDAE270) is known color: Goldenrod. HEX triplet: DA, E2 and 70. RGB value is (218,226,112). Sum of RGB (Red+Green+Blue) = 218+226+112=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE270 is #251D8F. Grayscale: #D3D3D3. Windows color (decimal): -2432400 or 7398106. OLE color: 7398106.
HSL color Cylindrical-coordinate representation of color #DAE270: hue angle of 64.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE270 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 112 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.11 |
| HSL | 64.21º | 0.66% | 0.66% | - |
| HSV(B) | 64.21º | 0.5% | 0.89% | - |
| XYZ | 59.03 | 70.47 | 25.82 | - |
| YUV | 210.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 112 | 0.04 | 0 | 0.50 | 0.11 | 64.21 | 0.66 | 0.66 |
| Hex | DA | E2 | 70 | 4 | 0 | 32 | B | 40 | 42 | 42 |
| Octal | 332 | 342 | 160 | 4 | 0 | 62 | 13 | 100 | 102 | 102 |
| Binary | 11011010 | 11100010 | 1110000 | 100 | 0 | 110010 | 1011 | 1000000 | 1000010 | 1000010 |
Color Harmonies of #DAE270
Complementary color
Monochromatic Colors of #DAE270
Black with #DAE270
Text Example
Text Example
White with #DAE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE270; }
p { color: rgb(218,226,112); }
H1.HeaderClassName
{
color: #DAE270;
}
.AnyTagClassName
{
color: #DAE270;
}
</style>
background-color css
<style>
a { background-color: #DAE270; }
a { background-color: rgb(218,226,112); }
div.DivClassName
{
background-color: #DAE270;
}
.BgClassName
{
background-color: #DAE270;
}
</style>
border-color css
<style>
span { border-color: #DAE270; }
span { border-color: rgb(218,226,112); }
td.TdClassName
{
border-color: #DAE270;
}
.TagClassName
{
border-color: #DAE270;
}
</style>