Shades of Goldenrod #D5D462
Tints of Goldenrod #D5D462
RGB
CMYK
RGB Variations
Color information
#D5D462 (or 0xD5D462) is known color: Goldenrod. HEX triplet: D5, D4 and 62. RGB value is (213,212,98). Sum of RGB (Red+Green+Blue) = 213+212+98=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D462 is #2A2B9D. Grayscale: #C7C7C7. Windows color (decimal): -2763678 or 6477013. OLE color: 6477013.
HSL color Cylindrical-coordinate representation of color #D5D462: hue angle of 59.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5D462 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 98 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.16 |
| HSL | 59.48º | 0.58% | 0.61% | - |
| HSV(B) | 59.48º | 0.54% | 0.84% | - |
| XYZ | 53.19 | 62.11 | 20.74 | - |
| YUV | 199.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 98 | 0 | 0.00 | 0.54 | 0.16 | 59.48 | 0.58 | 0.61 |
| Hex | D5 | D4 | 62 | 0 | 0 | 36 | 10 | 3B | 3A | 3D |
| Octal | 325 | 324 | 142 | 0 | 0 | 66 | 20 | 73 | 72 | 75 |
| Binary | 11010101 | 11010100 | 1100010 | 0 | 0 | 110110 | 10000 | 111011 | 111010 | 111101 |
Color Harmonies of #D5D462
Complementary color
Monochromatic Colors of #D5D462
Black with #D5D462
Text Example
Text Example
White with #D5D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D462; }
p { color: rgb(213,212,98); }
H1.HeaderClassName
{
color: #D5D462;
}
.AnyTagClassName
{
color: #D5D462;
}
</style>
background-color css
<style>
a { background-color: #D5D462; }
a { background-color: rgb(213,212,98); }
div.DivClassName
{
background-color: #D5D462;
}
.BgClassName
{
background-color: #D5D462;
}
</style>
border-color css
<style>
span { border-color: #D5D462; }
span { border-color: rgb(213,212,98); }
td.TdClassName
{
border-color: #D5D462;
}
.TagClassName
{
border-color: #D5D462;
}
</style>