Shades of Goldenrod #DAE07A
Tints of Goldenrod #DAE07A
RGB
CMYK
RGB Variations
Color information
#DAE07A (or 0xDAE07A) is known color: Goldenrod. HEX triplet: DA, E0 and 7A. RGB value is (218,224,122). Sum of RGB (Red+Green+Blue) = 218+224+122=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE07A is #251F85. Grayscale: #D2D2D2. Windows color (decimal): -2432902 or 8052954. OLE color: 8052954.
HSL color Cylindrical-coordinate representation of color #DAE07A: hue angle of 63.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE07A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 122 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.12 |
| HSL | 63.53º | 0.62% | 0.68% | - |
| HSV(B) | 63.53º | 0.46% | 0.88% | - |
| XYZ | 59.08 | 69.62 | 28.74 | - |
| YUV | 210.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 122 | 0.03 | 0 | 0.46 | 0.12 | 63.53 | 0.62 | 0.68 |
| Hex | DA | E0 | 7A | 3 | 0 | 2E | C | 40 | 3E | 44 |
| Octal | 332 | 340 | 172 | 3 | 0 | 56 | 14 | 100 | 76 | 104 |
| Binary | 11011010 | 11100000 | 1111010 | 11 | 0 | 101110 | 1100 | 1000000 | 111110 | 1000100 |
Color Harmonies of #DAE07A
Complementary color
Monochromatic Colors of #DAE07A
Black with #DAE07A
Text Example
Text Example
White with #DAE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE07A; }
p { color: rgb(218,224,122); }
H1.HeaderClassName
{
color: #DAE07A;
}
.AnyTagClassName
{
color: #DAE07A;
}
</style>
background-color css
<style>
a { background-color: #DAE07A; }
a { background-color: rgb(218,224,122); }
div.DivClassName
{
background-color: #DAE07A;
}
.BgClassName
{
background-color: #DAE07A;
}
</style>
border-color css
<style>
span { border-color: #DAE07A; }
span { border-color: rgb(218,224,122); }
td.TdClassName
{
border-color: #DAE07A;
}
.TagClassName
{
border-color: #DAE07A;
}
</style>