Shades of Goldenrod #D5D160
Tints of Goldenrod #D5D160
RGB
CMYK
RGB Variations
Color information
#D5D160 (or 0xD5D160) is known color: Goldenrod. HEX triplet: D5, D1 and 60. RGB value is (213,209,96). Sum of RGB (Red+Green+Blue) = 213+209+96=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D160 is #2A2E9F. Grayscale: #C5C5C5. Windows color (decimal): -2764448 or 6345173. OLE color: 6345173.
HSL color Cylindrical-coordinate representation of color #D5D160: hue angle of 57.95º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5D160 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 96 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.16 |
| HSL | 57.95º | 0.58% | 0.61% | - |
| HSV(B) | 57.95º | 0.55% | 0.84% | - |
| XYZ | 52.35 | 60.59 | 20 | - |
| YUV | 197.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 96 | 0 | 0.02 | 0.55 | 0.16 | 57.95 | 0.58 | 0.61 |
| Hex | D5 | D1 | 60 | 0 | 2 | 37 | 10 | 3A | 3A | 3D |
| Octal | 325 | 321 | 140 | 0 | 2 | 67 | 20 | 72 | 72 | 75 |
| Binary | 11010101 | 11010001 | 1100000 | 0 | 10 | 110111 | 10000 | 111010 | 111010 | 111101 |
Color Harmonies of #D5D160
Complementary color
Monochromatic Colors of #D5D160
Black with #D5D160
Text Example
Text Example
White with #D5D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D160; }
p { color: rgb(213,209,96); }
H1.HeaderClassName
{
color: #D5D160;
}
.AnyTagClassName
{
color: #D5D160;
}
</style>
background-color css
<style>
a { background-color: #D5D160; }
a { background-color: rgb(213,209,96); }
div.DivClassName
{
background-color: #D5D160;
}
.BgClassName
{
background-color: #D5D160;
}
</style>
border-color css
<style>
span { border-color: #D5D160; }
span { border-color: rgb(213,209,96); }
td.TdClassName
{
border-color: #D5D160;
}
.TagClassName
{
border-color: #D5D160;
}
</style>