Shades of Goldenrod #D5D777
Tints of Goldenrod #D5D777
RGB
CMYK
RGB Variations
Color information
#D5D777 (or 0xD5D777) is known color: Goldenrod. HEX triplet: D5, D7 and 77. RGB value is (213,215,119). Sum of RGB (Red+Green+Blue) = 213+215+119=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D777 is #2A2888. Grayscale: #CBCBCB. Windows color (decimal): -2762889 or 7854037. OLE color: 7854037.
HSL color Cylindrical-coordinate representation of color #D5D777: hue angle of 61.25º 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 #D5D777 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 119 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.16 |
| HSL | 61.25º | 0.55% | 0.65% | - |
| HSV(B) | 61.25º | 0.45% | 0.84% | - |
| XYZ | 55.07 | 64.08 | 26.92 | - |
| YUV | 203.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 119 | 0.01 | 0 | 0.45 | 0.16 | 61.25 | 0.55 | 0.65 |
| Hex | D5 | D7 | 77 | 1 | 0 | 2D | 10 | 3D | 37 | 41 |
| Octal | 325 | 327 | 167 | 1 | 0 | 55 | 20 | 75 | 67 | 101 |
| Binary | 11010101 | 11010111 | 1110111 | 1 | 0 | 101101 | 10000 | 111101 | 110111 | 1000001 |
Color Harmonies of #D5D777
Complementary color
Monochromatic Colors of #D5D777
Black with #D5D777
Text Example
Text Example
White with #D5D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D777; }
p { color: rgb(213,215,119); }
H1.HeaderClassName
{
color: #D5D777;
}
.AnyTagClassName
{
color: #D5D777;
}
</style>
background-color css
<style>
a { background-color: #D5D777; }
a { background-color: rgb(213,215,119); }
div.DivClassName
{
background-color: #D5D777;
}
.BgClassName
{
background-color: #D5D777;
}
</style>
border-color css
<style>
span { border-color: #D5D777; }
span { border-color: rgb(213,215,119); }
td.TdClassName
{
border-color: #D5D777;
}
.TagClassName
{
border-color: #D5D777;
}
</style>