Shades of Goldenrod #D5D963
Tints of Goldenrod #D5D963
RGB
CMYK
RGB Variations
Color information
#D5D963 (or 0xD5D963) is known color: Goldenrod. HEX triplet: D5, D9 and 63. RGB value is (213,217,99). Sum of RGB (Red+Green+Blue) = 213+217+99=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D963 is #2A269C. Grayscale: #CACACA. Windows color (decimal): -2762397 or 6543829. OLE color: 6543829.
HSL color Cylindrical-coordinate representation of color #D5D963: hue angle of 62.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5D963 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 99 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.15 |
| HSL | 62.03º | 0.61% | 0.62% | - |
| HSV(B) | 62.03º | 0.54% | 0.85% | - |
| XYZ | 54.51 | 64.67 | 21.41 | - |
| YUV | 202.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 99 | 0.02 | 0 | 0.54 | 0.15 | 62.03 | 0.61 | 0.62 |
| Hex | D5 | D9 | 63 | 2 | 0 | 36 | F | 3E | 3D | 3E |
| Octal | 325 | 331 | 143 | 2 | 0 | 66 | 17 | 76 | 75 | 76 |
| Binary | 11010101 | 11011001 | 1100011 | 10 | 0 | 110110 | 1111 | 111110 | 111101 | 111110 |
Color Harmonies of #D5D963
Complementary color
Monochromatic Colors of #D5D963
Black with #D5D963
Text Example
Text Example
White with #D5D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D963; }
p { color: rgb(213,217,99); }
H1.HeaderClassName
{
color: #D5D963;
}
.AnyTagClassName
{
color: #D5D963;
}
</style>
background-color css
<style>
a { background-color: #D5D963; }
a { background-color: rgb(213,217,99); }
div.DivClassName
{
background-color: #D5D963;
}
.BgClassName
{
background-color: #D5D963;
}
</style>
border-color css
<style>
span { border-color: #D5D963; }
span { border-color: rgb(213,217,99); }
td.TdClassName
{
border-color: #D5D963;
}
.TagClassName
{
border-color: #D5D963;
}
</style>