Shades of Goldenrod #DAE078
Tints of Goldenrod #DAE078
RGB
CMYK
RGB Variations
Color information
#DAE078 (or 0xDAE078) is known color: Goldenrod. HEX triplet: DA, E0 and 78. RGB value is (218,224,120). Sum of RGB (Red+Green+Blue) = 218+224+120=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE078 is #251F87. Grayscale: #D2D2D2. Windows color (decimal): -2432904 or 7921882. OLE color: 7921882.
HSL color Cylindrical-coordinate representation of color #DAE078: hue angle of 63.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE078 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 120 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.12 |
| HSL | 63.46º | 0.63% | 0.67% | - |
| HSV(B) | 63.46º | 0.46% | 0.88% | - |
| XYZ | 58.96 | 69.57 | 28.09 | - |
| YUV | 210.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 120 | 0.03 | 0 | 0.46 | 0.12 | 63.46 | 0.63 | 0.67 |
| Hex | DA | E0 | 78 | 3 | 0 | 2E | C | 3F | 3F | 43 |
| Octal | 332 | 340 | 170 | 3 | 0 | 56 | 14 | 77 | 77 | 103 |
| Binary | 11011010 | 11100000 | 1111000 | 11 | 0 | 101110 | 1100 | 111111 | 111111 | 1000011 |
Color Harmonies of #DAE078
Complementary color
Monochromatic Colors of #DAE078
Black with #DAE078
Text Example
Text Example
White with #DAE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE078; }
p { color: rgb(218,224,120); }
H1.HeaderClassName
{
color: #DAE078;
}
.AnyTagClassName
{
color: #DAE078;
}
</style>
background-color css
<style>
a { background-color: #DAE078; }
a { background-color: rgb(218,224,120); }
div.DivClassName
{
background-color: #DAE078;
}
.BgClassName
{
background-color: #DAE078;
}
</style>
border-color css
<style>
span { border-color: #DAE078; }
span { border-color: rgb(218,224,120); }
td.TdClassName
{
border-color: #DAE078;
}
.TagClassName
{
border-color: #DAE078;
}
</style>