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