Shades of Goldenrod #DAD266
Tints of Goldenrod #DAD266
RGB
CMYK
RGB Variations
Color information
#DAD266 (or 0xDAD266) is known color: Goldenrod. HEX triplet: DA, D2 and 66. RGB value is (218,210,102). Sum of RGB (Red+Green+Blue) = 218+210+102=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD266 is #252D99. Grayscale: #C8C8C8. Windows color (decimal): -2436506 or 6738650. OLE color: 6738650.
HSL color Cylindrical-coordinate representation of color #DAD266: hue angle of 55.86º 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 #DAD266 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 102 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.15 |
| HSL | 55.86º | 0.61% | 0.63% | - |
| HSV(B) | 55.86º | 0.53% | 0.85% | - |
| XYZ | 54.36 | 61.96 | 21.66 | - |
| YUV | 200.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 102 | 0 | 0.04 | 0.53 | 0.15 | 55.86 | 0.61 | 0.63 |
| Hex | DA | D2 | 66 | 0 | 4 | 35 | F | 38 | 3D | 3F |
| Octal | 332 | 322 | 146 | 0 | 4 | 65 | 17 | 70 | 75 | 77 |
| Binary | 11011010 | 11010010 | 1100110 | 0 | 100 | 110101 | 1111 | 111000 | 111101 | 111111 |
Color Harmonies of #DAD266
Complementary color
Monochromatic Colors of #DAD266
Black with #DAD266
Text Example
Text Example
White with #DAD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD266; }
p { color: rgb(218,210,102); }
H1.HeaderClassName
{
color: #DAD266;
}
.AnyTagClassName
{
color: #DAD266;
}
</style>
background-color css
<style>
a { background-color: #DAD266; }
a { background-color: rgb(218,210,102); }
div.DivClassName
{
background-color: #DAD266;
}
.BgClassName
{
background-color: #DAD266;
}
</style>
border-color css
<style>
span { border-color: #DAD266; }
span { border-color: rgb(218,210,102); }
td.TdClassName
{
border-color: #DAD266;
}
.TagClassName
{
border-color: #DAD266;
}
</style>