Shades of Goldenrod #D5D172
Tints of Goldenrod #D5D172
RGB
CMYK
RGB Variations
Color information
#D5D172 (or 0xD5D172) is known color: Goldenrod. HEX triplet: D5, D1 and 72. RGB value is (213,209,114). Sum of RGB (Red+Green+Blue) = 213+209+114=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D172 is #2A2E8D. Grayscale: #C7C7C7. Windows color (decimal): -2764430 or 7524821. OLE color: 7524821.
HSL color Cylindrical-coordinate representation of color #D5D172: hue angle of 57.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5D172 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 114 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.16 |
| HSL | 57.58º | 0.54% | 0.64% | - |
| HSV(B) | 57.58º | 0.46% | 0.84% | - |
| XYZ | 53.28 | 60.96 | 24.88 | - |
| YUV | 199.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 114 | 0 | 0.02 | 0.46 | 0.16 | 57.58 | 0.54 | 0.64 |
| Hex | D5 | D1 | 72 | 0 | 2 | 2E | 10 | 3A | 36 | 40 |
| Octal | 325 | 321 | 162 | 0 | 2 | 56 | 20 | 72 | 66 | 100 |
| Binary | 11010101 | 11010001 | 1110010 | 0 | 10 | 101110 | 10000 | 111010 | 110110 | 1000000 |
Color Harmonies of #D5D172
Complementary color
Monochromatic Colors of #D5D172
Black with #D5D172
Text Example
Text Example
White with #D5D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D172; }
p { color: rgb(213,209,114); }
H1.HeaderClassName
{
color: #D5D172;
}
.AnyTagClassName
{
color: #D5D172;
}
</style>
background-color css
<style>
a { background-color: #D5D172; }
a { background-color: rgb(213,209,114); }
div.DivClassName
{
background-color: #D5D172;
}
.BgClassName
{
background-color: #D5D172;
}
</style>
border-color css
<style>
span { border-color: #D5D172; }
span { border-color: rgb(213,209,114); }
td.TdClassName
{
border-color: #D5D172;
}
.TagClassName
{
border-color: #D5D172;
}
</style>