Shades of Goldenrod #DAD86D
Tints of Goldenrod #DAD86D
RGB
CMYK
RGB Variations
Color information
#DAD86D (or 0xDAD86D) is known color: Goldenrod. HEX triplet: DA, D8 and 6D. RGB value is (218,216,109). Sum of RGB (Red+Green+Blue) = 218+216+109=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD86D is #252792. Grayscale: #CCCCCC. Windows color (decimal): -2434963 or 7198938. OLE color: 7198938.
HSL color Cylindrical-coordinate representation of color #DAD86D: hue angle of 58.9º 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 #DAD86D is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 109 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.15 |
| HSL | 58.9º | 0.6% | 0.64% | - |
| HSV(B) | 58.9º | 0.5% | 0.85% | - |
| XYZ | 56.23 | 65.12 | 24.07 | - |
| YUV | 204.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 109 | 0 | 0.01 | 0.5 | 0.15 | 58.9 | 0.6 | 0.64 |
| Hex | DA | D8 | 6D | 0 | 1 | 32 | F | 3B | 3C | 40 |
| Octal | 332 | 330 | 155 | 0 | 1 | 62 | 17 | 73 | 74 | 100 |
| Binary | 11011010 | 11011000 | 1101101 | 0 | 1 | 110010 | 1111 | 111011 | 111100 | 1000000 |
Color Harmonies of #DAD86D
Complementary color
Monochromatic Colors of #DAD86D
Black with #DAD86D
Text Example
Text Example
White with #DAD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD86D; }
p { color: rgb(218,216,109); }
H1.HeaderClassName
{
color: #DAD86D;
}
.AnyTagClassName
{
color: #DAD86D;
}
</style>
background-color css
<style>
a { background-color: #DAD86D; }
a { background-color: rgb(218,216,109); }
div.DivClassName
{
background-color: #DAD86D;
}
.BgClassName
{
background-color: #DAD86D;
}
</style>
border-color css
<style>
span { border-color: #DAD86D; }
span { border-color: rgb(218,216,109); }
td.TdClassName
{
border-color: #DAD86D;
}
.TagClassName
{
border-color: #DAD86D;
}
</style>