Shades of Goldenrod #D8D565
Tints of Goldenrod #D8D565
RGB
CMYK
RGB Variations
Color information
#D8D565 (or 0xD8D565) is known color: Goldenrod. HEX triplet: D8, D5 and 65. RGB value is (216,213,101). Sum of RGB (Red+Green+Blue) = 216+213+101=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D565 is #272A9A. Grayscale: #C9C9C9. Windows color (decimal): -2566811 or 6673880. OLE color: 6673880.
HSL color Cylindrical-coordinate representation of color #D8D565: hue angle of 58.43º 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 #D8D565 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 101 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.15 |
| HSL | 58.43º | 0.6% | 0.62% | - |
| HSV(B) | 58.43º | 0.53% | 0.85% | - |
| XYZ | 54.46 | 63.13 | 21.63 | - |
| YUV | 201.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 101 | 0 | 0.01 | 0.53 | 0.15 | 58.43 | 0.6 | 0.62 |
| Hex | D8 | D5 | 65 | 0 | 1 | 35 | F | 3A | 3C | 3E |
| Octal | 330 | 325 | 145 | 0 | 1 | 65 | 17 | 72 | 74 | 76 |
| Binary | 11011000 | 11010101 | 1100101 | 0 | 1 | 110101 | 1111 | 111010 | 111100 | 111110 |
Color Harmonies of #D8D565
Complementary color
Monochromatic Colors of #D8D565
Black with #D8D565
Text Example
Text Example
White with #D8D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D565; }
p { color: rgb(216,213,101); }
H1.HeaderClassName
{
color: #D8D565;
}
.AnyTagClassName
{
color: #D8D565;
}
</style>
background-color css
<style>
a { background-color: #D8D565; }
a { background-color: rgb(216,213,101); }
div.DivClassName
{
background-color: #D8D565;
}
.BgClassName
{
background-color: #D8D565;
}
</style>
border-color css
<style>
span { border-color: #D8D565; }
span { border-color: rgb(216,213,101); }
td.TdClassName
{
border-color: #D8D565;
}
.TagClassName
{
border-color: #D8D565;
}
</style>