Shades of Goldenrod #D5D377
Tints of Goldenrod #D5D377
RGB
CMYK
RGB Variations
Color information
#D5D377 (or 0xD5D377) is known color: Goldenrod. HEX triplet: D5, D3 and 77. RGB value is (213,211,119). Sum of RGB (Red+Green+Blue) = 213+211+119=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D377 is #2A2C88. Grayscale: #C9C9C9. Windows color (decimal): -2763913 or 7853013. OLE color: 7853013.
HSL color Cylindrical-coordinate representation of color #D5D377: hue angle of 58.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5D377 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 119 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.16 |
| HSL | 58.72º | 0.53% | 0.65% | - |
| HSV(B) | 58.72º | 0.44% | 0.84% | - |
| XYZ | 54.06 | 62.07 | 26.58 | - |
| YUV | 201.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 119 | 0 | 0.01 | 0.44 | 0.16 | 58.72 | 0.53 | 0.65 |
| Hex | D5 | D3 | 77 | 0 | 1 | 2C | 10 | 3B | 35 | 41 |
| Octal | 325 | 323 | 167 | 0 | 1 | 54 | 20 | 73 | 65 | 101 |
| Binary | 11010101 | 11010011 | 1110111 | 0 | 1 | 101100 | 10000 | 111011 | 110101 | 1000001 |
Color Harmonies of #D5D377
Complementary color
Monochromatic Colors of #D5D377
Black with #D5D377
Text Example
Text Example
White with #D5D377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D377; }
p { color: rgb(213,211,119); }
H1.HeaderClassName
{
color: #D5D377;
}
.AnyTagClassName
{
color: #D5D377;
}
</style>
background-color css
<style>
a { background-color: #D5D377; }
a { background-color: rgb(213,211,119); }
div.DivClassName
{
background-color: #D5D377;
}
.BgClassName
{
background-color: #D5D377;
}
</style>
border-color css
<style>
span { border-color: #D5D377; }
span { border-color: rgb(213,211,119); }
td.TdClassName
{
border-color: #D5D377;
}
.TagClassName
{
border-color: #D5D377;
}
</style>