Shades of Goldenrod #DAD36E
Tints of Goldenrod #DAD36E
RGB
CMYK
RGB Variations
Color information
#DAD36E (or 0xDAD36E) is known color: Goldenrod. HEX triplet: DA, D3 and 6E. RGB value is (218,211,110). Sum of RGB (Red+Green+Blue) = 218+211+110=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD36E is #252C91. Grayscale: #C9C9C9. Windows color (decimal): -2436242 or 7263194. OLE color: 7263194.
HSL color Cylindrical-coordinate representation of color #DAD36E: hue angle of 56.11º degrees, saturation: 0.59, 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 #DAD36E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 110 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.15 |
| HSL | 56.11º | 0.59% | 0.64% | - |
| HSV(B) | 56.11º | 0.5% | 0.85% | - |
| XYZ | 55.02 | 62.62 | 23.94 | - |
| YUV | 201.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 110 | 0 | 0.03 | 0.50 | 0.15 | 56.11 | 0.59 | 0.64 |
| Hex | DA | D3 | 6E | 0 | 3 | 32 | F | 38 | 3B | 40 |
| Octal | 332 | 323 | 156 | 0 | 3 | 62 | 17 | 70 | 73 | 100 |
| Binary | 11011010 | 11010011 | 1101110 | 0 | 11 | 110010 | 1111 | 111000 | 111011 | 1000000 |
Color Harmonies of #DAD36E
Complementary color
Monochromatic Colors of #DAD36E
Black with #DAD36E
Text Example
Text Example
White with #DAD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD36E; }
p { color: rgb(218,211,110); }
H1.HeaderClassName
{
color: #DAD36E;
}
.AnyTagClassName
{
color: #DAD36E;
}
</style>
background-color css
<style>
a { background-color: #DAD36E; }
a { background-color: rgb(218,211,110); }
div.DivClassName
{
background-color: #DAD36E;
}
.BgClassName
{
background-color: #DAD36E;
}
</style>
border-color css
<style>
span { border-color: #DAD36E; }
span { border-color: rgb(218,211,110); }
td.TdClassName
{
border-color: #DAD36E;
}
.TagClassName
{
border-color: #DAD36E;
}
</style>