Shades of Goldenrod #DAD866
Tints of Goldenrod #DAD866
RGB
CMYK
RGB Variations
Color information
#DAD866 (or 0xDAD866) is known color: Goldenrod. HEX triplet: DA, D8 and 66. RGB value is (218,216,102). Sum of RGB (Red+Green+Blue) = 218+216+102=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD866 is #252799. Grayscale: #CCCCCC. Windows color (decimal): -2434970 or 6740186. OLE color: 6740186.
HSL color Cylindrical-coordinate representation of color #DAD866: hue angle of 58.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAD866 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 102 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.15 |
| HSL | 58.97º | 0.61% | 0.63% | - |
| HSV(B) | 58.97º | 0.53% | 0.85% | - |
| XYZ | 55.87 | 64.98 | 22.17 | - |
| YUV | 203.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 102 | 0 | 0.01 | 0.53 | 0.15 | 58.97 | 0.61 | 0.63 |
| Hex | DA | D8 | 66 | 0 | 1 | 35 | F | 3B | 3D | 3F |
| Octal | 332 | 330 | 146 | 0 | 1 | 65 | 17 | 73 | 75 | 77 |
| Binary | 11011010 | 11011000 | 1100110 | 0 | 1 | 110101 | 1111 | 111011 | 111101 | 111111 |
Color Harmonies of #DAD866
Complementary color
Monochromatic Colors of #DAD866
Black with #DAD866
Text Example
Text Example
White with #DAD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD866; }
p { color: rgb(218,216,102); }
H1.HeaderClassName
{
color: #DAD866;
}
.AnyTagClassName
{
color: #DAD866;
}
</style>
background-color css
<style>
a { background-color: #DAD866; }
a { background-color: rgb(218,216,102); }
div.DivClassName
{
background-color: #DAD866;
}
.BgClassName
{
background-color: #DAD866;
}
</style>
border-color css
<style>
span { border-color: #DAD866; }
span { border-color: rgb(218,216,102); }
td.TdClassName
{
border-color: #DAD866;
}
.TagClassName
{
border-color: #DAD866;
}
</style>