Shades of Goldenrod #DAE178
Tints of Goldenrod #DAE178
RGB
CMYK
RGB Variations
Color information
#DAE178 (or 0xDAE178) is known color: Goldenrod. HEX triplet: DA, E1 and 78. RGB value is (218,225,120). Sum of RGB (Red+Green+Blue) = 218+225+120=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE178 is #251E87. Grayscale: #D3D3D3. Windows color (decimal): -2432648 or 7922138. OLE color: 7922138.
HSL color Cylindrical-coordinate representation of color #DAE178: hue angle of 64º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE178 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 120 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.12 |
| HSL | 64º | 0.64% | 0.68% | - |
| HSV(B) | 64º | 0.47% | 0.88% | - |
| XYZ | 59.23 | 70.11 | 28.18 | - |
| YUV | 210.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 120 | 0.03 | 0 | 0.47 | 0.12 | 64 | 0.64 | 0.68 |
| Hex | DA | E1 | 78 | 3 | 0 | 2F | C | 40 | 40 | 44 |
| Octal | 332 | 341 | 170 | 3 | 0 | 57 | 14 | 100 | 100 | 104 |
| Binary | 11011010 | 11100001 | 1111000 | 11 | 0 | 101111 | 1100 | 1000000 | 1000000 | 1000100 |
Color Harmonies of #DAE178
Complementary color
Monochromatic Colors of #DAE178
Black with #DAE178
Text Example
Text Example
White with #DAE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE178; }
p { color: rgb(218,225,120); }
H1.HeaderClassName
{
color: #DAE178;
}
.AnyTagClassName
{
color: #DAE178;
}
</style>
background-color css
<style>
a { background-color: #DAE178; }
a { background-color: rgb(218,225,120); }
div.DivClassName
{
background-color: #DAE178;
}
.BgClassName
{
background-color: #DAE178;
}
</style>
border-color css
<style>
span { border-color: #DAE178; }
span { border-color: rgb(218,225,120); }
td.TdClassName
{
border-color: #DAE178;
}
.TagClassName
{
border-color: #DAE178;
}
</style>