Shades of Goldenrod #D8D765
Tints of Goldenrod #D8D765
RGB
CMYK
RGB Variations
Color information
#D8D765 (or 0xD8D765) is known color: Goldenrod. HEX triplet: D8, D7 and 65. RGB value is (216,215,101). Sum of RGB (Red+Green+Blue) = 216+215+101=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D765 is #27289A. Grayscale: #CACACA. Windows color (decimal): -2566299 or 6674392. OLE color: 6674392.
HSL color Cylindrical-coordinate representation of color #D8D765: hue angle of 59.48º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8D765 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 101 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.15 |
| HSL | 59.48º | 0.6% | 0.62% | - |
| HSV(B) | 59.48º | 0.53% | 0.85% | - |
| XYZ | 54.97 | 64.14 | 21.79 | - |
| YUV | 202.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 101 | 0 | 0.00 | 0.53 | 0.15 | 59.48 | 0.6 | 0.62 |
| Hex | D8 | D7 | 65 | 0 | 0 | 35 | F | 3B | 3C | 3E |
| Octal | 330 | 327 | 145 | 0 | 0 | 65 | 17 | 73 | 74 | 76 |
| Binary | 11011000 | 11010111 | 1100101 | 0 | 0 | 110101 | 1111 | 111011 | 111100 | 111110 |
Color Harmonies of #D8D765
Complementary color
Monochromatic Colors of #D8D765
Black with #D8D765
Text Example
Text Example
White with #D8D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D765; }
p { color: rgb(216,215,101); }
H1.HeaderClassName
{
color: #D8D765;
}
.AnyTagClassName
{
color: #D8D765;
}
</style>
background-color css
<style>
a { background-color: #D8D765; }
a { background-color: rgb(216,215,101); }
div.DivClassName
{
background-color: #D8D765;
}
.BgClassName
{
background-color: #D8D765;
}
</style>
border-color css
<style>
span { border-color: #D8D765; }
span { border-color: rgb(216,215,101); }
td.TdClassName
{
border-color: #D8D765;
}
.TagClassName
{
border-color: #D8D765;
}
</style>