Shades of Goldenrod #D5D372
Tints of Goldenrod #D5D372
RGB
CMYK
RGB Variations
Color information
#D5D372 (or 0xD5D372) is known color: Goldenrod. HEX triplet: D5, D3 and 72. RGB value is (213,211,114). Sum of RGB (Red+Green+Blue) = 213+211+114=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D372 is #2A2C8D. Grayscale: #C8C8C8. Windows color (decimal): -2763918 or 7525333. OLE color: 7525333.
HSL color Cylindrical-coordinate representation of color #D5D372: hue angle of 58.79º 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 #D5D372 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 114 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.16 |
| HSL | 58.79º | 0.54% | 0.64% | - |
| HSV(B) | 58.79º | 0.46% | 0.84% | - |
| XYZ | 53.77 | 61.95 | 25.04 | - |
| YUV | 200.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 114 | 0 | 0.01 | 0.46 | 0.16 | 58.79 | 0.54 | 0.64 |
| Hex | D5 | D3 | 72 | 0 | 1 | 2E | 10 | 3B | 36 | 40 |
| Octal | 325 | 323 | 162 | 0 | 1 | 56 | 20 | 73 | 66 | 100 |
| Binary | 11010101 | 11010011 | 1110010 | 0 | 1 | 101110 | 10000 | 111011 | 110110 | 1000000 |
Color Harmonies of #D5D372
Complementary color
Monochromatic Colors of #D5D372
Black with #D5D372
Text Example
Text Example
White with #D5D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D372; }
p { color: rgb(213,211,114); }
H1.HeaderClassName
{
color: #D5D372;
}
.AnyTagClassName
{
color: #D5D372;
}
</style>
background-color css
<style>
a { background-color: #D5D372; }
a { background-color: rgb(213,211,114); }
div.DivClassName
{
background-color: #D5D372;
}
.BgClassName
{
background-color: #D5D372;
}
</style>
border-color css
<style>
span { border-color: #D5D372; }
span { border-color: rgb(213,211,114); }
td.TdClassName
{
border-color: #D5D372;
}
.TagClassName
{
border-color: #D5D372;
}
</style>