Shades of Goldenrod #DAE06D
Tints of Goldenrod #DAE06D
RGB
CMYK
RGB Variations
Color information
#DAE06D (or 0xDAE06D) is known color: Goldenrod. HEX triplet: DA, E0 and 6D. RGB value is (218,224,109). Sum of RGB (Red+Green+Blue) = 218+224+109=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE06D is #251F92. Grayscale: #D1D1D1. Windows color (decimal): -2432915 or 7200986. OLE color: 7200986.
HSL color Cylindrical-coordinate representation of color #DAE06D: hue angle of 63.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE06D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 109 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.12 |
| HSL | 63.13º | 0.65% | 0.65% | - |
| HSV(B) | 63.13º | 0.51% | 0.88% | - |
| XYZ | 58.33 | 69.32 | 24.77 | - |
| YUV | 209.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 109 | 0.03 | 0 | 0.51 | 0.12 | 63.13 | 0.65 | 0.65 |
| Hex | DA | E0 | 6D | 3 | 0 | 33 | C | 3F | 41 | 41 |
| Octal | 332 | 340 | 155 | 3 | 0 | 63 | 14 | 77 | 101 | 101 |
| Binary | 11011010 | 11100000 | 1101101 | 11 | 0 | 110011 | 1100 | 111111 | 1000001 | 1000001 |
Color Harmonies of #DAE06D
Complementary color
Monochromatic Colors of #DAE06D
Black with #DAE06D
Text Example
Text Example
White with #DAE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE06D; }
p { color: rgb(218,224,109); }
H1.HeaderClassName
{
color: #DAE06D;
}
.AnyTagClassName
{
color: #DAE06D;
}
</style>
background-color css
<style>
a { background-color: #DAE06D; }
a { background-color: rgb(218,224,109); }
div.DivClassName
{
background-color: #DAE06D;
}
.BgClassName
{
background-color: #DAE06D;
}
</style>
border-color css
<style>
span { border-color: #DAE06D; }
span { border-color: rgb(218,224,109); }
td.TdClassName
{
border-color: #DAE06D;
}
.TagClassName
{
border-color: #DAE06D;
}
</style>