Shades of Goldenrod #DAD96D
Tints of Goldenrod #DAD96D
RGB
CMYK
RGB Variations
Color information
#DAD96D (or 0xDAD96D) is known color: Goldenrod. HEX triplet: DA, D9 and 6D. RGB value is (218,217,109). Sum of RGB (Red+Green+Blue) = 218+217+109=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD96D is #252692. Grayscale: #CDCDCD. Windows color (decimal): -2434707 or 7199194. OLE color: 7199194.
HSL color Cylindrical-coordinate representation of color #DAD96D: hue angle of 59.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD96D is Cyan = 0, Magento = 0.00, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 109 | - |
| CMYK | 0 | 0.00 | 0.5 | 0.15 |
| HSL | 59.45º | 0.6% | 0.64% | - |
| HSV(B) | 59.45º | 0.5% | 0.85% | - |
| XYZ | 56.49 | 65.64 | 24.16 | - |
| YUV | 204.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 109 | 0 | 0.00 | 0.5 | 0.15 | 59.45 | 0.6 | 0.64 |
| Hex | DA | D9 | 6D | 0 | 0 | 32 | F | 3B | 3C | 40 |
| Octal | 332 | 331 | 155 | 0 | 0 | 62 | 17 | 73 | 74 | 100 |
| Binary | 11011010 | 11011001 | 1101101 | 0 | 0 | 110010 | 1111 | 111011 | 111100 | 1000000 |
Color Harmonies of #DAD96D
Complementary color
Monochromatic Colors of #DAD96D
Black with #DAD96D
Text Example
Text Example
White with #DAD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD96D; }
p { color: rgb(218,217,109); }
H1.HeaderClassName
{
color: #DAD96D;
}
.AnyTagClassName
{
color: #DAD96D;
}
</style>
background-color css
<style>
a { background-color: #DAD96D; }
a { background-color: rgb(218,217,109); }
div.DivClassName
{
background-color: #DAD96D;
}
.BgClassName
{
background-color: #DAD96D;
}
</style>
border-color css
<style>
span { border-color: #DAD96D; }
span { border-color: rgb(218,217,109); }
td.TdClassName
{
border-color: #DAD96D;
}
.TagClassName
{
border-color: #DAD96D;
}
</style>