Shades of Goldenrod #DAD76C
Tints of Goldenrod #DAD76C
RGB
CMYK
RGB Variations
Color information
#DAD76C (or 0xDAD76C) is known color: Goldenrod. HEX triplet: DA, D7 and 6C. RGB value is (218,215,108). Sum of RGB (Red+Green+Blue) = 218+215+108=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD76C is #252893. Grayscale: #CCCCCC. Windows color (decimal): -2435220 or 7133146. OLE color: 7133146.
HSL color Cylindrical-coordinate representation of color #DAD76C: hue angle of 58.36º 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 #DAD76C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 108 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.15 |
| HSL | 58.36º | 0.6% | 0.64% | - |
| HSV(B) | 58.36º | 0.5% | 0.85% | - |
| XYZ | 55.92 | 64.59 | 23.71 | - |
| YUV | 203.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 108 | 0 | 0.01 | 0.50 | 0.15 | 58.36 | 0.6 | 0.64 |
| Hex | DA | D7 | 6C | 0 | 1 | 32 | F | 3A | 3C | 40 |
| Octal | 332 | 327 | 154 | 0 | 1 | 62 | 17 | 72 | 74 | 100 |
| Binary | 11011010 | 11010111 | 1101100 | 0 | 1 | 110010 | 1111 | 111010 | 111100 | 1000000 |
Color Harmonies of #DAD76C
Complementary color
Monochromatic Colors of #DAD76C
Black with #DAD76C
Text Example
Text Example
White with #DAD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD76C; }
p { color: rgb(218,215,108); }
H1.HeaderClassName
{
color: #DAD76C;
}
.AnyTagClassName
{
color: #DAD76C;
}
</style>
background-color css
<style>
a { background-color: #DAD76C; }
a { background-color: rgb(218,215,108); }
div.DivClassName
{
background-color: #DAD76C;
}
.BgClassName
{
background-color: #DAD76C;
}
</style>
border-color css
<style>
span { border-color: #DAD76C; }
span { border-color: rgb(218,215,108); }
td.TdClassName
{
border-color: #DAD76C;
}
.TagClassName
{
border-color: #DAD76C;
}
</style>