Shades of Goldenrod #D5D77B
Tints of Goldenrod #D5D77B
RGB
CMYK
RGB Variations
Color information
#D5D77B (or 0xD5D77B) is known color: Goldenrod. HEX triplet: D5, D7 and 7B. RGB value is (213,215,123). Sum of RGB (Red+Green+Blue) = 213+215+123=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D77B is #2A2884. Grayscale: #CCCCCC. Windows color (decimal): -2762885 or 8116181. OLE color: 8116181.
HSL color Cylindrical-coordinate representation of color #D5D77B: hue angle of 61.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5D77B is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 123 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.16 |
| HSL | 61.3º | 0.53% | 0.66% | - |
| HSV(B) | 61.3º | 0.43% | 0.84% | - |
| XYZ | 55.32 | 64.18 | 28.21 | - |
| YUV | 203.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 123 | 0.01 | 0 | 0.43 | 0.16 | 61.3 | 0.53 | 0.66 |
| Hex | D5 | D7 | 7B | 1 | 0 | 2B | 10 | 3D | 35 | 42 |
| Octal | 325 | 327 | 173 | 1 | 0 | 53 | 20 | 75 | 65 | 102 |
| Binary | 11010101 | 11010111 | 1111011 | 1 | 0 | 101011 | 10000 | 111101 | 110101 | 1000010 |
Color Harmonies of #D5D77B
Complementary color
Monochromatic Colors of #D5D77B
Black with #D5D77B
Text Example
Text Example
White with #D5D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D77B; }
p { color: rgb(213,215,123); }
H1.HeaderClassName
{
color: #D5D77B;
}
.AnyTagClassName
{
color: #D5D77B;
}
</style>
background-color css
<style>
a { background-color: #D5D77B; }
a { background-color: rgb(213,215,123); }
div.DivClassName
{
background-color: #D5D77B;
}
.BgClassName
{
background-color: #D5D77B;
}
</style>
border-color css
<style>
span { border-color: #D5D77B; }
span { border-color: rgb(213,215,123); }
td.TdClassName
{
border-color: #D5D77B;
}
.TagClassName
{
border-color: #D5D77B;
}
</style>