Shades of Goldenrod #DAD963
Tints of Goldenrod #DAD963
RGB
CMYK
RGB Variations
Color information
#DAD963 (or 0xDAD963) is known color: Goldenrod. HEX triplet: DA, D9 and 63. RGB value is (218,217,99). Sum of RGB (Red+Green+Blue) = 218+217+99=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD963 is #25269C. Grayscale: #CCCCCC. Windows color (decimal): -2434717 or 6543834. OLE color: 6543834.
HSL color Cylindrical-coordinate representation of color #DAD963: hue angle of 59.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAD963 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 99 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.15 |
| HSL | 59.5º | 0.62% | 0.62% | - |
| HSV(B) | 59.5º | 0.55% | 0.85% | - |
| XYZ | 55.98 | 65.43 | 21.48 | - |
| YUV | 203.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 99 | 0 | 0.00 | 0.55 | 0.15 | 59.5 | 0.62 | 0.62 |
| Hex | DA | D9 | 63 | 0 | 0 | 37 | F | 3B | 3E | 3E |
| Octal | 332 | 331 | 143 | 0 | 0 | 67 | 17 | 73 | 76 | 76 |
| Binary | 11011010 | 11011001 | 1100011 | 0 | 0 | 110111 | 1111 | 111011 | 111110 | 111110 |
Color Harmonies of #DAD963
Complementary color
Monochromatic Colors of #DAD963
Black with #DAD963
Text Example
Text Example
White with #DAD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD963; }
p { color: rgb(218,217,99); }
H1.HeaderClassName
{
color: #DAD963;
}
.AnyTagClassName
{
color: #DAD963;
}
</style>
background-color css
<style>
a { background-color: #DAD963; }
a { background-color: rgb(218,217,99); }
div.DivClassName
{
background-color: #DAD963;
}
.BgClassName
{
background-color: #DAD963;
}
</style>
border-color css
<style>
span { border-color: #DAD963; }
span { border-color: rgb(218,217,99); }
td.TdClassName
{
border-color: #DAD963;
}
.TagClassName
{
border-color: #DAD963;
}
</style>