Shades of Goldenrod #D8D462
Tints of Goldenrod #D8D462
RGB
CMYK
RGB Variations
Color information
#D8D462 (or 0xD8D462) is known color: Goldenrod. HEX triplet: D8, D4 and 62. RGB value is (216,212,98). Sum of RGB (Red+Green+Blue) = 216+212+98=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D462 is #272B9D. Grayscale: #C8C8C8. Windows color (decimal): -2567070 or 6477016. OLE color: 6477016.
HSL color Cylindrical-coordinate representation of color #D8D462: hue angle of 57.97º degrees, saturation: 0.6, 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 #D8D462 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 98 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.15 |
| HSL | 57.97º | 0.6% | 0.62% | - |
| HSV(B) | 57.97º | 0.55% | 0.85% | - |
| XYZ | 54.07 | 62.57 | 20.78 | - |
| YUV | 200.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 98 | 0 | 0.02 | 0.55 | 0.15 | 57.97 | 0.6 | 0.62 |
| Hex | D8 | D4 | 62 | 0 | 2 | 37 | F | 3A | 3C | 3E |
| Octal | 330 | 324 | 142 | 0 | 2 | 67 | 17 | 72 | 74 | 76 |
| Binary | 11011000 | 11010100 | 1100010 | 0 | 10 | 110111 | 1111 | 111010 | 111100 | 111110 |
Color Harmonies of #D8D462
Complementary color
Monochromatic Colors of #D8D462
Black with #D8D462
Text Example
Text Example
White with #D8D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D462; }
p { color: rgb(216,212,98); }
H1.HeaderClassName
{
color: #D8D462;
}
.AnyTagClassName
{
color: #D8D462;
}
</style>
background-color css
<style>
a { background-color: #D8D462; }
a { background-color: rgb(216,212,98); }
div.DivClassName
{
background-color: #D8D462;
}
.BgClassName
{
background-color: #D8D462;
}
</style>
border-color css
<style>
span { border-color: #D8D462; }
span { border-color: rgb(216,212,98); }
td.TdClassName
{
border-color: #D8D462;
}
.TagClassName
{
border-color: #D8D462;
}
</style>