Shades of Goldenrod #D5D279
Tints of Goldenrod #D5D279
RGB
CMYK
RGB Variations
Color information
#D5D279 (or 0xD5D279) is known color: Goldenrod. HEX triplet: D5, D2 and 79. RGB value is (213,210,121). Sum of RGB (Red+Green+Blue) = 213+210+121=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D279 is #2A2D86. Grayscale: #C9C9C9. Windows color (decimal): -2764167 or 7983829. OLE color: 7983829.
HSL color Cylindrical-coordinate representation of color #D5D279: hue angle of 58.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5D279 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 121 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.16 |
| HSL | 58.04º | 0.52% | 0.65% | - |
| HSV(B) | 58.04º | 0.43% | 0.84% | - |
| XYZ | 53.94 | 61.62 | 27.14 | - |
| YUV | 200.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 121 | 0 | 0.01 | 0.43 | 0.16 | 58.04 | 0.52 | 0.65 |
| Hex | D5 | D2 | 79 | 0 | 1 | 2B | 10 | 3A | 34 | 41 |
| Octal | 325 | 322 | 171 | 0 | 1 | 53 | 20 | 72 | 64 | 101 |
| Binary | 11010101 | 11010010 | 1111001 | 0 | 1 | 101011 | 10000 | 111010 | 110100 | 1000001 |
Color Harmonies of #D5D279
Complementary color
Monochromatic Colors of #D5D279
Black with #D5D279
Text Example
Text Example
White with #D5D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D279; }
p { color: rgb(213,210,121); }
H1.HeaderClassName
{
color: #D5D279;
}
.AnyTagClassName
{
color: #D5D279;
}
</style>
background-color css
<style>
a { background-color: #D5D279; }
a { background-color: rgb(213,210,121); }
div.DivClassName
{
background-color: #D5D279;
}
.BgClassName
{
background-color: #D5D279;
}
</style>
border-color css
<style>
span { border-color: #D5D279; }
span { border-color: rgb(213,210,121); }
td.TdClassName
{
border-color: #D5D279;
}
.TagClassName
{
border-color: #D5D279;
}
</style>