Shades of Goldenrod #DAD863
Tints of Goldenrod #DAD863
RGB
CMYK
RGB Variations
Color information
#DAD863 (or 0xDAD863) is known color: Goldenrod. HEX triplet: DA, D8 and 63. RGB value is (218,216,99). Sum of RGB (Red+Green+Blue) = 218+216+99=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD863 is #25279C. Grayscale: #CBCBCB. Windows color (decimal): -2434973 or 6543578. OLE color: 6543578.
HSL color Cylindrical-coordinate representation of color #DAD863: hue angle of 58.99º 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 #DAD863 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 99 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.15 |
| HSL | 58.99º | 0.62% | 0.62% | - |
| HSV(B) | 58.99º | 0.55% | 0.85% | - |
| XYZ | 55.72 | 64.92 | 21.4 | - |
| YUV | 203.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 99 | 0 | 0.01 | 0.55 | 0.15 | 58.99 | 0.62 | 0.62 |
| Hex | DA | D8 | 63 | 0 | 1 | 37 | F | 3B | 3E | 3E |
| Octal | 332 | 330 | 143 | 0 | 1 | 67 | 17 | 73 | 76 | 76 |
| Binary | 11011010 | 11011000 | 1100011 | 0 | 1 | 110111 | 1111 | 111011 | 111110 | 111110 |
Color Harmonies of #DAD863
Complementary color
Monochromatic Colors of #DAD863
Black with #DAD863
Text Example
Text Example
White with #DAD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD863; }
p { color: rgb(218,216,99); }
H1.HeaderClassName
{
color: #DAD863;
}
.AnyTagClassName
{
color: #DAD863;
}
</style>
background-color css
<style>
a { background-color: #DAD863; }
a { background-color: rgb(218,216,99); }
div.DivClassName
{
background-color: #DAD863;
}
.BgClassName
{
background-color: #DAD863;
}
</style>
border-color css
<style>
span { border-color: #DAD863; }
span { border-color: rgb(218,216,99); }
td.TdClassName
{
border-color: #DAD863;
}
.TagClassName
{
border-color: #DAD863;
}
</style>