Shades of Goldenrod #D5D776
Tints of Goldenrod #D5D776
RGB
CMYK
RGB Variations
Color information
#D5D776 (or 0xD5D776) is known color: Goldenrod. HEX triplet: D5, D7 and 76. RGB value is (213,215,118). Sum of RGB (Red+Green+Blue) = 213+215+118=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D776 is #2A2889. Grayscale: #CBCBCB. Windows color (decimal): -2762890 or 7788501. OLE color: 7788501.
HSL color Cylindrical-coordinate representation of color #D5D776: hue angle of 61.24º degrees, saturation: 0.55, 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 #D5D776 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 118 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.16 |
| HSL | 61.24º | 0.55% | 0.65% | - |
| HSV(B) | 61.24º | 0.45% | 0.84% | - |
| XYZ | 55.01 | 64.06 | 26.6 | - |
| YUV | 203.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 118 | 0.01 | 0 | 0.45 | 0.16 | 61.24 | 0.55 | 0.65 |
| Hex | D5 | D7 | 76 | 1 | 0 | 2D | 10 | 3D | 37 | 41 |
| Octal | 325 | 327 | 166 | 1 | 0 | 55 | 20 | 75 | 67 | 101 |
| Binary | 11010101 | 11010111 | 1110110 | 1 | 0 | 101101 | 10000 | 111101 | 110111 | 1000001 |
Color Harmonies of #D5D776
Complementary color
Monochromatic Colors of #D5D776
Black with #D5D776
Text Example
Text Example
White with #D5D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D776; }
p { color: rgb(213,215,118); }
H1.HeaderClassName
{
color: #D5D776;
}
.AnyTagClassName
{
color: #D5D776;
}
</style>
background-color css
<style>
a { background-color: #D5D776; }
a { background-color: rgb(213,215,118); }
div.DivClassName
{
background-color: #D5D776;
}
.BgClassName
{
background-color: #D5D776;
}
</style>
border-color css
<style>
span { border-color: #D5D776; }
span { border-color: rgb(213,215,118); }
td.TdClassName
{
border-color: #D5D776;
}
.TagClassName
{
border-color: #D5D776;
}
</style>