Shades of Goldenrod #DAE06A
Tints of Goldenrod #DAE06A
RGB
CMYK
RGB Variations
Color information
#DAE06A (or 0xDAE06A) is known color: Goldenrod. HEX triplet: DA, E0 and 6A. RGB value is (218,224,106). Sum of RGB (Red+Green+Blue) = 218+224+106=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE06A is #251F95. Grayscale: #D1D1D1. Windows color (decimal): -2432918 or 7004378. OLE color: 7004378.
HSL color Cylindrical-coordinate representation of color #DAE06A: hue angle of 63.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE06A is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 106 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.12 |
| HSL | 63.05º | 0.66% | 0.65% | - |
| HSV(B) | 63.05º | 0.53% | 0.88% | - |
| XYZ | 58.17 | 69.26 | 23.94 | - |
| YUV | 208.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 106 | 0.03 | 0 | 0.53 | 0.12 | 63.05 | 0.66 | 0.65 |
| Hex | DA | E0 | 6A | 3 | 0 | 35 | C | 3F | 42 | 41 |
| Octal | 332 | 340 | 152 | 3 | 0 | 65 | 14 | 77 | 102 | 101 |
| Binary | 11011010 | 11100000 | 1101010 | 11 | 0 | 110101 | 1100 | 111111 | 1000010 | 1000001 |
Color Harmonies of #DAE06A
Complementary color
Monochromatic Colors of #DAE06A
Black with #DAE06A
Text Example
Text Example
White with #DAE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE06A; }
p { color: rgb(218,224,106); }
H1.HeaderClassName
{
color: #DAE06A;
}
.AnyTagClassName
{
color: #DAE06A;
}
</style>
background-color css
<style>
a { background-color: #DAE06A; }
a { background-color: rgb(218,224,106); }
div.DivClassName
{
background-color: #DAE06A;
}
.BgClassName
{
background-color: #DAE06A;
}
</style>
border-color css
<style>
span { border-color: #DAE06A; }
span { border-color: rgb(218,224,106); }
td.TdClassName
{
border-color: #DAE06A;
}
.TagClassName
{
border-color: #DAE06A;
}
</style>