Shades of Goldenrod #DAD262
Tints of Goldenrod #DAD262
RGB
CMYK
RGB Variations
Color information
#DAD262 (or 0xDAD262) is known color: Goldenrod. HEX triplet: DA, D2 and 62. RGB value is (218,210,98). Sum of RGB (Red+Green+Blue) = 218+210+98=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD262 is #252D9D. Grayscale: #C8C8C8. Windows color (decimal): -2436510 or 6476506. OLE color: 6476506.
HSL color Cylindrical-coordinate representation of color #DAD262: hue angle of 56º 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 #DAD262 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 98 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.15 |
| HSL | 56º | 0.62% | 0.62% | - |
| HSV(B) | 56º | 0.55% | 0.85% | - |
| XYZ | 54.16 | 61.88 | 20.64 | - |
| YUV | 199.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 98 | 0 | 0.04 | 0.55 | 0.15 | 56 | 0.62 | 0.62 |
| Hex | DA | D2 | 62 | 0 | 4 | 37 | F | 38 | 3E | 3E |
| Octal | 332 | 322 | 142 | 0 | 4 | 67 | 17 | 70 | 76 | 76 |
| Binary | 11011010 | 11010010 | 1100010 | 0 | 100 | 110111 | 1111 | 111000 | 111110 | 111110 |
Color Harmonies of #DAD262
Complementary color
Monochromatic Colors of #DAD262
Black with #DAD262
Text Example
Text Example
White with #DAD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD262; }
p { color: rgb(218,210,98); }
H1.HeaderClassName
{
color: #DAD262;
}
.AnyTagClassName
{
color: #DAD262;
}
</style>
background-color css
<style>
a { background-color: #DAD262; }
a { background-color: rgb(218,210,98); }
div.DivClassName
{
background-color: #DAD262;
}
.BgClassName
{
background-color: #DAD262;
}
</style>
border-color css
<style>
span { border-color: #DAD262; }
span { border-color: rgb(218,210,98); }
td.TdClassName
{
border-color: #DAD262;
}
.TagClassName
{
border-color: #DAD262;
}
</style>