Shades of Goldenrod #D8D262
Tints of Goldenrod #D8D262
RGB
CMYK
RGB Variations
Color information
#D8D262 (or 0xD8D262) is known color: Goldenrod. HEX triplet: D8, D2 and 62. RGB value is (216,210,98). Sum of RGB (Red+Green+Blue) = 216+210+98=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D262 is #272D9D. Grayscale: #C7C7C7. Windows color (decimal): -2567582 or 6476504. OLE color: 6476504.
HSL color Cylindrical-coordinate representation of color #D8D262: hue angle of 56.95º 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 #D8D262 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 98 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.15 |
| HSL | 56.95º | 0.6% | 0.62% | - |
| HSV(B) | 56.95º | 0.55% | 0.85% | - |
| XYZ | 53.57 | 61.57 | 20.62 | - |
| YUV | 199.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 98 | 0 | 0.03 | 0.55 | 0.15 | 56.95 | 0.6 | 0.62 |
| Hex | D8 | D2 | 62 | 0 | 3 | 37 | F | 39 | 3C | 3E |
| Octal | 330 | 322 | 142 | 0 | 3 | 67 | 17 | 71 | 74 | 76 |
| Binary | 11011000 | 11010010 | 1100010 | 0 | 11 | 110111 | 1111 | 111001 | 111100 | 111110 |
Color Harmonies of #D8D262
Complementary color
Monochromatic Colors of #D8D262
Black with #D8D262
Text Example
Text Example
White with #D8D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D262; }
p { color: rgb(216,210,98); }
H1.HeaderClassName
{
color: #D8D262;
}
.AnyTagClassName
{
color: #D8D262;
}
</style>
background-color css
<style>
a { background-color: #D8D262; }
a { background-color: rgb(216,210,98); }
div.DivClassName
{
background-color: #D8D262;
}
.BgClassName
{
background-color: #D8D262;
}
</style>
border-color css
<style>
span { border-color: #D8D262; }
span { border-color: rgb(216,210,98); }
td.TdClassName
{
border-color: #D8D262;
}
.TagClassName
{
border-color: #D8D262;
}
</style>