Shades of Goldenrod #D5D779
Tints of Goldenrod #D5D779
RGB
CMYK
RGB Variations
Color information
#D5D779 (or 0xD5D779) is known color: Goldenrod. HEX triplet: D5, D7 and 79. RGB value is (213,215,121). Sum of RGB (Red+Green+Blue) = 213+215+121=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D779 is #2A2886. Grayscale: #CCCCCC. Windows color (decimal): -2762887 or 7985109. OLE color: 7985109.
HSL color Cylindrical-coordinate representation of color #D5D779: hue angle of 61.28º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5D779 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 121 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.16 |
| HSL | 61.28º | 0.54% | 0.66% | - |
| HSV(B) | 61.28º | 0.44% | 0.84% | - |
| XYZ | 55.19 | 64.13 | 27.56 | - |
| YUV | 203.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 121 | 0.01 | 0 | 0.44 | 0.16 | 61.28 | 0.54 | 0.66 |
| Hex | D5 | D7 | 79 | 1 | 0 | 2C | 10 | 3D | 36 | 42 |
| Octal | 325 | 327 | 171 | 1 | 0 | 54 | 20 | 75 | 66 | 102 |
| Binary | 11010101 | 11010111 | 1111001 | 1 | 0 | 101100 | 10000 | 111101 | 110110 | 1000010 |
Color Harmonies of #D5D779
Complementary color
Monochromatic Colors of #D5D779
Black with #D5D779
Text Example
Text Example
White with #D5D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D779; }
p { color: rgb(213,215,121); }
H1.HeaderClassName
{
color: #D5D779;
}
.AnyTagClassName
{
color: #D5D779;
}
</style>
background-color css
<style>
a { background-color: #D5D779; }
a { background-color: rgb(213,215,121); }
div.DivClassName
{
background-color: #D5D779;
}
.BgClassName
{
background-color: #D5D779;
}
</style>
border-color css
<style>
span { border-color: #D5D779; }
span { border-color: rgb(213,215,121); }
td.TdClassName
{
border-color: #D5D779;
}
.TagClassName
{
border-color: #D5D779;
}
</style>