Shades of Goldenrod #DAD662
Tints of Goldenrod #DAD662
RGB
CMYK
RGB Variations
Color information
#DAD662 (or 0xDAD662) is known color: Goldenrod. HEX triplet: DA, D6 and 62. RGB value is (218,214,98). Sum of RGB (Red+Green+Blue) = 218+214+98=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD662 is #25299D. Grayscale: #CACACA. Windows color (decimal): -2435486 or 6477530. OLE color: 6477530.
HSL color Cylindrical-coordinate representation of color #DAD662: hue angle of 58º 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 #DAD662 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 98 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.15 |
| HSL | 58º | 0.62% | 0.62% | - |
| HSV(B) | 58º | 0.55% | 0.85% | - |
| XYZ | 55.16 | 63.88 | 20.98 | - |
| YUV | 201.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 98 | 0 | 0.02 | 0.55 | 0.15 | 58 | 0.62 | 0.62 |
| Hex | DA | D6 | 62 | 0 | 2 | 37 | F | 3A | 3E | 3E |
| Octal | 332 | 326 | 142 | 0 | 2 | 67 | 17 | 72 | 76 | 76 |
| Binary | 11011010 | 11010110 | 1100010 | 0 | 10 | 110111 | 1111 | 111010 | 111110 | 111110 |
Color Harmonies of #DAD662
Complementary color
Monochromatic Colors of #DAD662
Black with #DAD662
Text Example
Text Example
White with #DAD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD662; }
p { color: rgb(218,214,98); }
H1.HeaderClassName
{
color: #DAD662;
}
.AnyTagClassName
{
color: #DAD662;
}
</style>
background-color css
<style>
a { background-color: #DAD662; }
a { background-color: rgb(218,214,98); }
div.DivClassName
{
background-color: #DAD662;
}
.BgClassName
{
background-color: #DAD662;
}
</style>
border-color css
<style>
span { border-color: #DAD662; }
span { border-color: rgb(218,214,98); }
td.TdClassName
{
border-color: #DAD662;
}
.TagClassName
{
border-color: #DAD662;
}
</style>