Shades of Goldenrod #DAE072
Tints of Goldenrod #DAE072
RGB
CMYK
RGB Variations
Color information
#DAE072 (or 0xDAE072) is known color: Goldenrod. HEX triplet: DA, E0 and 72. RGB value is (218,224,114). Sum of RGB (Red+Green+Blue) = 218+224+114=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE072 is #251F8D. Grayscale: #D2D2D2. Windows color (decimal): -2432910 or 7528666. OLE color: 7528666.
HSL color Cylindrical-coordinate representation of color #DAE072: hue angle of 63.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAE072 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 114 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.12 |
| HSL | 63.27º | 0.64% | 0.66% | - |
| HSV(B) | 63.27º | 0.49% | 0.88% | - |
| XYZ | 58.61 | 69.43 | 26.23 | - |
| YUV | 209.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 114 | 0.03 | 0 | 0.49 | 0.12 | 63.27 | 0.64 | 0.66 |
| Hex | DA | E0 | 72 | 3 | 0 | 31 | C | 3F | 40 | 42 |
| Octal | 332 | 340 | 162 | 3 | 0 | 61 | 14 | 77 | 100 | 102 |
| Binary | 11011010 | 11100000 | 1110010 | 11 | 0 | 110001 | 1100 | 111111 | 1000000 | 1000010 |
Color Harmonies of #DAE072
Complementary color
Monochromatic Colors of #DAE072
Black with #DAE072
Text Example
Text Example
White with #DAE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE072; }
p { color: rgb(218,224,114); }
H1.HeaderClassName
{
color: #DAE072;
}
.AnyTagClassName
{
color: #DAE072;
}
</style>
background-color css
<style>
a { background-color: #DAE072; }
a { background-color: rgb(218,224,114); }
div.DivClassName
{
background-color: #DAE072;
}
.BgClassName
{
background-color: #DAE072;
}
</style>
border-color css
<style>
span { border-color: #DAE072; }
span { border-color: rgb(218,224,114); }
td.TdClassName
{
border-color: #DAE072;
}
.TagClassName
{
border-color: #DAE072;
}
</style>