Shades of Goldenrod #DAD964
Tints of Goldenrod #DAD964
RGB
CMYK
RGB Variations
Color information
#DAD964 (or 0xDAD964) is known color: Goldenrod. HEX triplet: DA, D9 and 64. RGB value is (218,217,100). Sum of RGB (Red+Green+Blue) = 218+217+100=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD964 is #25269B. Grayscale: #CCCCCC. Windows color (decimal): -2434716 or 6609370. OLE color: 6609370.
HSL color Cylindrical-coordinate representation of color #DAD964: hue angle of 59.49º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAD964 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 100 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.15 |
| HSL | 59.49º | 0.61% | 0.62% | - |
| HSV(B) | 59.49º | 0.54% | 0.85% | - |
| XYZ | 56.03 | 65.45 | 21.74 | - |
| YUV | 203.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 100 | 0 | 0.00 | 0.54 | 0.15 | 59.49 | 0.61 | 0.62 |
| Hex | DA | D9 | 64 | 0 | 0 | 36 | F | 3B | 3D | 3E |
| Octal | 332 | 331 | 144 | 0 | 0 | 66 | 17 | 73 | 75 | 76 |
| Binary | 11011010 | 11011001 | 1100100 | 0 | 0 | 110110 | 1111 | 111011 | 111101 | 111110 |
Color Harmonies of #DAD964
Complementary color
Monochromatic Colors of #DAD964
Black with #DAD964
Text Example
Text Example
White with #DAD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD964; }
p { color: rgb(218,217,100); }
H1.HeaderClassName
{
color: #DAD964;
}
.AnyTagClassName
{
color: #DAD964;
}
</style>
background-color css
<style>
a { background-color: #DAD964; }
a { background-color: rgb(218,217,100); }
div.DivClassName
{
background-color: #DAD964;
}
.BgClassName
{
background-color: #DAD964;
}
</style>
border-color css
<style>
span { border-color: #DAD964; }
span { border-color: rgb(218,217,100); }
td.TdClassName
{
border-color: #DAD964;
}
.TagClassName
{
border-color: #DAD964;
}
</style>