Shades of Goldenrod #DAD063
Tints of Goldenrod #DAD063
RGB
CMYK
RGB Variations
Color information
#DAD063 (or 0xDAD063) is known color: Goldenrod. HEX triplet: DA, D0 and 63. RGB value is (218,208,99). Sum of RGB (Red+Green+Blue) = 218+208+99=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD063 is #252F9C. Grayscale: #C7C7C7. Windows color (decimal): -2437021 or 6541530. OLE color: 6541530.
HSL color Cylindrical-coordinate representation of color #DAD063: hue angle of 54.96º 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 #DAD063 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 99 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.15 |
| HSL | 54.96º | 0.62% | 0.62% | - |
| HSV(B) | 54.96º | 0.55% | 0.85% | - |
| XYZ | 53.72 | 60.92 | 20.73 | - |
| YUV | 198.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 99 | 0 | 0.05 | 0.55 | 0.15 | 54.96 | 0.62 | 0.62 |
| Hex | DA | D0 | 63 | 0 | 5 | 37 | F | 37 | 3E | 3E |
| Octal | 332 | 320 | 143 | 0 | 5 | 67 | 17 | 67 | 76 | 76 |
| Binary | 11011010 | 11010000 | 1100011 | 0 | 101 | 110111 | 1111 | 110111 | 111110 | 111110 |
Color Harmonies of #DAD063
Complementary color
Monochromatic Colors of #DAD063
Black with #DAD063
Text Example
Text Example
White with #DAD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD063; }
p { color: rgb(218,208,99); }
H1.HeaderClassName
{
color: #DAD063;
}
.AnyTagClassName
{
color: #DAD063;
}
</style>
background-color css
<style>
a { background-color: #DAD063; }
a { background-color: rgb(218,208,99); }
div.DivClassName
{
background-color: #DAD063;
}
.BgClassName
{
background-color: #DAD063;
}
</style>
border-color css
<style>
span { border-color: #DAD063; }
span { border-color: rgb(218,208,99); }
td.TdClassName
{
border-color: #DAD063;
}
.TagClassName
{
border-color: #DAD063;
}
</style>