Shades of Goldenrod #DAE074
Tints of Goldenrod #DAE074
RGB
CMYK
RGB Variations
Color information
#DAE074 (or 0xDAE074) is known color: Goldenrod. HEX triplet: DA, E0 and 74. RGB value is (218,224,116). Sum of RGB (Red+Green+Blue) = 218+224+116=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE074 is #251F8B. Grayscale: #D2D2D2. Windows color (decimal): -2432908 or 7659738. OLE color: 7659738.
HSL color Cylindrical-coordinate representation of color #DAE074: hue angle of 63.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE074 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 116 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.12 |
| HSL | 63.33º | 0.64% | 0.67% | - |
| HSV(B) | 63.33º | 0.48% | 0.88% | - |
| XYZ | 58.72 | 69.48 | 26.84 | - |
| YUV | 209.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 116 | 0.03 | 0 | 0.48 | 0.12 | 63.33 | 0.64 | 0.67 |
| Hex | DA | E0 | 74 | 3 | 0 | 30 | C | 3F | 40 | 43 |
| Octal | 332 | 340 | 164 | 3 | 0 | 60 | 14 | 77 | 100 | 103 |
| Binary | 11011010 | 11100000 | 1110100 | 11 | 0 | 110000 | 1100 | 111111 | 1000000 | 1000011 |
Color Harmonies of #DAE074
Complementary color
Monochromatic Colors of #DAE074
Black with #DAE074
Text Example
Text Example
White with #DAE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE074; }
p { color: rgb(218,224,116); }
H1.HeaderClassName
{
color: #DAE074;
}
.AnyTagClassName
{
color: #DAE074;
}
</style>
background-color css
<style>
a { background-color: #DAE074; }
a { background-color: rgb(218,224,116); }
div.DivClassName
{
background-color: #DAE074;
}
.BgClassName
{
background-color: #DAE074;
}
</style>
border-color css
<style>
span { border-color: #DAE074; }
span { border-color: rgb(218,224,116); }
td.TdClassName
{
border-color: #DAE074;
}
.TagClassName
{
border-color: #DAE074;
}
</style>