Shades of Goldenrod #D5D170
Tints of Goldenrod #D5D170
RGB
CMYK
RGB Variations
Color information
#D5D170 (or 0xD5D170) is known color: Goldenrod. HEX triplet: D5, D1 and 70. RGB value is (213,209,112). Sum of RGB (Red+Green+Blue) = 213+209+112=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D170 is #2A2E8F. Grayscale: #C7C7C7. Windows color (decimal): -2764432 or 7393749. OLE color: 7393749.
HSL color Cylindrical-coordinate representation of color #D5D170: hue angle of 57.62º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5D170 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 112 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.16 |
| HSL | 57.62º | 0.55% | 0.64% | - |
| HSV(B) | 57.62º | 0.47% | 0.84% | - |
| XYZ | 53.17 | 60.92 | 24.29 | - |
| YUV | 199.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 112 | 0 | 0.02 | 0.47 | 0.16 | 57.62 | 0.55 | 0.64 |
| Hex | D5 | D1 | 70 | 0 | 2 | 2F | 10 | 3A | 37 | 40 |
| Octal | 325 | 321 | 160 | 0 | 2 | 57 | 20 | 72 | 67 | 100 |
| Binary | 11010101 | 11010001 | 1110000 | 0 | 10 | 101111 | 10000 | 111010 | 110111 | 1000000 |
Color Harmonies of #D5D170
Complementary color
Monochromatic Colors of #D5D170
Black with #D5D170
Text Example
Text Example
White with #D5D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D170; }
p { color: rgb(213,209,112); }
H1.HeaderClassName
{
color: #D5D170;
}
.AnyTagClassName
{
color: #D5D170;
}
</style>
background-color css
<style>
a { background-color: #D5D170; }
a { background-color: rgb(213,209,112); }
div.DivClassName
{
background-color: #D5D170;
}
.BgClassName
{
background-color: #D5D170;
}
</style>
border-color css
<style>
span { border-color: #D5D170; }
span { border-color: rgb(213,209,112); }
td.TdClassName
{
border-color: #D5D170;
}
.TagClassName
{
border-color: #D5D170;
}
</style>