Shades of Goldenrod #D5D376
Tints of Goldenrod #D5D376
RGB
CMYK
RGB Variations
Color information
#D5D376 (or 0xD5D376) is known color: Goldenrod. HEX triplet: D5, D3 and 76. RGB value is (213,211,118). Sum of RGB (Red+Green+Blue) = 213+211+118=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D376 is #2A2C89. Grayscale: #C9C9C9. Windows color (decimal): -2763914 or 7787477. OLE color: 7787477.
HSL color Cylindrical-coordinate representation of color #D5D376: hue angle of 58.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5D376 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 118 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.16 |
| HSL | 58.74º | 0.53% | 0.65% | - |
| HSV(B) | 58.74º | 0.45% | 0.84% | - |
| XYZ | 54 | 62.04 | 26.27 | - |
| YUV | 201 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 118 | 0 | 0.01 | 0.45 | 0.16 | 58.74 | 0.53 | 0.65 |
| Hex | D5 | D3 | 76 | 0 | 1 | 2D | 10 | 3B | 35 | 41 |
| Octal | 325 | 323 | 166 | 0 | 1 | 55 | 20 | 73 | 65 | 101 |
| Binary | 11010101 | 11010011 | 1110110 | 0 | 1 | 101101 | 10000 | 111011 | 110101 | 1000001 |
Color Harmonies of #D5D376
Complementary color
Monochromatic Colors of #D5D376
Black with #D5D376
Text Example
Text Example
White with #D5D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D376; }
p { color: rgb(213,211,118); }
H1.HeaderClassName
{
color: #D5D376;
}
.AnyTagClassName
{
color: #D5D376;
}
</style>
background-color css
<style>
a { background-color: #D5D376; }
a { background-color: rgb(213,211,118); }
div.DivClassName
{
background-color: #D5D376;
}
.BgClassName
{
background-color: #D5D376;
}
</style>
border-color css
<style>
span { border-color: #D5D376; }
span { border-color: rgb(213,211,118); }
td.TdClassName
{
border-color: #D5D376;
}
.TagClassName
{
border-color: #D5D376;
}
</style>