Shades of Goldenrod #D5DD62
Tints of Goldenrod #D5DD62
RGB
CMYK
RGB Variations
Color information
#D5DD62 (or 0xD5DD62) is known color: Goldenrod. HEX triplet: D5, DD and 62. RGB value is (213,221,98). Sum of RGB (Red+Green+Blue) = 213+221+98=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD62 is #2A229D. Grayscale: #CDCDCD. Windows color (decimal): -2761374 or 6479317. OLE color: 6479317.
HSL color Cylindrical-coordinate representation of color #D5DD62: hue angle of 63.9º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5DD62 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 98 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.13 |
| HSL | 63.9º | 0.64% | 0.63% | - |
| HSV(B) | 63.9º | 0.56% | 0.87% | - |
| XYZ | 55.5 | 66.74 | 21.51 | - |
| YUV | 204.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 98 | 0.04 | 0 | 0.56 | 0.13 | 63.9 | 0.64 | 0.63 |
| Hex | D5 | DD | 62 | 4 | 0 | 38 | D | 40 | 40 | 3F |
| Octal | 325 | 335 | 142 | 4 | 0 | 70 | 15 | 100 | 100 | 77 |
| Binary | 11010101 | 11011101 | 1100010 | 100 | 0 | 111000 | 1101 | 1000000 | 1000000 | 111111 |
Color Harmonies of #D5DD62
Complementary color
Monochromatic Colors of #D5DD62
Black with #D5DD62
Text Example
Text Example
White with #D5DD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD62; }
p { color: rgb(213,221,98); }
H1.HeaderClassName
{
color: #D5DD62;
}
.AnyTagClassName
{
color: #D5DD62;
}
</style>
background-color css
<style>
a { background-color: #D5DD62; }
a { background-color: rgb(213,221,98); }
div.DivClassName
{
background-color: #D5DD62;
}
.BgClassName
{
background-color: #D5DD62;
}
</style>
border-color css
<style>
span { border-color: #D5DD62; }
span { border-color: rgb(213,221,98); }
td.TdClassName
{
border-color: #D5DD62;
}
.TagClassName
{
border-color: #D5DD62;
}
</style>