Shades of Goldenrod #DAE06B
Tints of Goldenrod #DAE06B
RGB
CMYK
RGB Variations
Color information
#DAE06B (or 0xDAE06B) is known color: Goldenrod. HEX triplet: DA, E0 and 6B. RGB value is (218,224,107). Sum of RGB (Red+Green+Blue) = 218+224+107=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE06B is #251F94. Grayscale: #D1D1D1. Windows color (decimal): -2432917 or 7069914. OLE color: 7069914.
HSL color Cylindrical-coordinate representation of color #DAE06B: hue angle of 63.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAE06B is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 107 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.12 |
| HSL | 63.08º | 0.65% | 0.65% | - |
| HSV(B) | 63.08º | 0.52% | 0.88% | - |
| XYZ | 58.22 | 69.28 | 24.21 | - |
| YUV | 208.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 107 | 0.03 | 0 | 0.52 | 0.12 | 63.08 | 0.65 | 0.65 |
| Hex | DA | E0 | 6B | 3 | 0 | 34 | C | 3F | 41 | 41 |
| Octal | 332 | 340 | 153 | 3 | 0 | 64 | 14 | 77 | 101 | 101 |
| Binary | 11011010 | 11100000 | 1101011 | 11 | 0 | 110100 | 1100 | 111111 | 1000001 | 1000001 |
Color Harmonies of #DAE06B
Complementary color
Monochromatic Colors of #DAE06B
Black with #DAE06B
Text Example
Text Example
White with #DAE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE06B; }
p { color: rgb(218,224,107); }
H1.HeaderClassName
{
color: #DAE06B;
}
.AnyTagClassName
{
color: #DAE06B;
}
</style>
background-color css
<style>
a { background-color: #DAE06B; }
a { background-color: rgb(218,224,107); }
div.DivClassName
{
background-color: #DAE06B;
}
.BgClassName
{
background-color: #DAE06B;
}
</style>
border-color css
<style>
span { border-color: #DAE06B; }
span { border-color: rgb(218,224,107); }
td.TdClassName
{
border-color: #DAE06B;
}
.TagClassName
{
border-color: #DAE06B;
}
</style>