Shades of Goldenrod #DAD96C
Tints of Goldenrod #DAD96C
RGB
CMYK
RGB Variations
Color information
#DAD96C (or 0xDAD96C) is known color: Goldenrod. HEX triplet: DA, D9 and 6C. RGB value is (218,217,108). Sum of RGB (Red+Green+Blue) = 218+217+108=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD96C is #252693. Grayscale: #CDCDCD. Windows color (decimal): -2434708 or 7133658. OLE color: 7133658.
HSL color Cylindrical-coordinate representation of color #DAD96C: 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 #DAD96C is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 108 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.15 |
| HSL | 59.45º | 0.6% | 0.64% | - |
| HSV(B) | 59.45º | 0.5% | 0.85% | - |
| XYZ | 56.43 | 65.61 | 23.88 | - |
| YUV | 204.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 108 | 0 | 0.00 | 0.50 | 0.15 | 59.45 | 0.6 | 0.64 |
| Hex | DA | D9 | 6C | 0 | 0 | 32 | F | 3B | 3C | 40 |
| Octal | 332 | 331 | 154 | 0 | 0 | 62 | 17 | 73 | 74 | 100 |
| Binary | 11011010 | 11011001 | 1101100 | 0 | 0 | 110010 | 1111 | 111011 | 111100 | 1000000 |
Color Harmonies of #DAD96C
Complementary color
Monochromatic Colors of #DAD96C
Black with #DAD96C
Text Example
Text Example
White with #DAD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD96C; }
p { color: rgb(218,217,108); }
H1.HeaderClassName
{
color: #DAD96C;
}
.AnyTagClassName
{
color: #DAD96C;
}
</style>
background-color css
<style>
a { background-color: #DAD96C; }
a { background-color: rgb(218,217,108); }
div.DivClassName
{
background-color: #DAD96C;
}
.BgClassName
{
background-color: #DAD96C;
}
</style>
border-color css
<style>
span { border-color: #DAD96C; }
span { border-color: rgb(218,217,108); }
td.TdClassName
{
border-color: #DAD96C;
}
.TagClassName
{
border-color: #DAD96C;
}
</style>