Shades of Goldenrod #DAD56D
Tints of Goldenrod #DAD56D
RGB
CMYK
RGB Variations
Color information
#DAD56D (or 0xDAD56D) is known color: Goldenrod. HEX triplet: DA, D5 and 6D. RGB value is (218,213,109). Sum of RGB (Red+Green+Blue) = 218+213+109=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD56D is #252A92. Grayscale: #CBCBCB. Windows color (decimal): -2435731 or 7198170. OLE color: 7198170.
HSL color Cylindrical-coordinate representation of color #DAD56D: hue angle of 57.25º 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 #DAD56D is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 109 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.15 |
| HSL | 57.25º | 0.6% | 0.64% | - |
| HSV(B) | 57.25º | 0.5% | 0.85% | - |
| XYZ | 55.47 | 63.6 | 23.82 | - |
| YUV | 202.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 109 | 0 | 0.02 | 0.5 | 0.15 | 57.25 | 0.6 | 0.64 |
| Hex | DA | D5 | 6D | 0 | 2 | 32 | F | 39 | 3C | 40 |
| Octal | 332 | 325 | 155 | 0 | 2 | 62 | 17 | 71 | 74 | 100 |
| Binary | 11011010 | 11010101 | 1101101 | 0 | 10 | 110010 | 1111 | 111001 | 111100 | 1000000 |
Color Harmonies of #DAD56D
Complementary color
Monochromatic Colors of #DAD56D
Black with #DAD56D
Text Example
Text Example
White with #DAD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD56D; }
p { color: rgb(218,213,109); }
H1.HeaderClassName
{
color: #DAD56D;
}
.AnyTagClassName
{
color: #DAD56D;
}
</style>
background-color css
<style>
a { background-color: #DAD56D; }
a { background-color: rgb(218,213,109); }
div.DivClassName
{
background-color: #DAD56D;
}
.BgClassName
{
background-color: #DAD56D;
}
</style>
border-color css
<style>
span { border-color: #DAD56D; }
span { border-color: rgb(218,213,109); }
td.TdClassName
{
border-color: #DAD56D;
}
.TagClassName
{
border-color: #DAD56D;
}
</style>