Shades of Goldenrod #D5D361
Tints of Goldenrod #D5D361
RGB
CMYK
RGB Variations
Color information
#D5D361 (or 0xD5D361) is known color: Goldenrod. HEX triplet: D5, D3 and 61. RGB value is (213,211,97). Sum of RGB (Red+Green+Blue) = 213+211+97=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D361 is #2A2C9E. Grayscale: #C7C7C7. Windows color (decimal): -2763935 or 6411221. OLE color: 6411221.
HSL color Cylindrical-coordinate representation of color #D5D361: hue angle of 58.97º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5D361 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 97 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.16 |
| HSL | 58.97º | 0.58% | 0.61% | - |
| HSV(B) | 58.97º | 0.54% | 0.84% | - |
| XYZ | 52.89 | 61.6 | 20.41 | - |
| YUV | 198.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 97 | 0 | 0.01 | 0.54 | 0.16 | 58.97 | 0.58 | 0.61 |
| Hex | D5 | D3 | 61 | 0 | 1 | 36 | 10 | 3B | 3A | 3D |
| Octal | 325 | 323 | 141 | 0 | 1 | 66 | 20 | 73 | 72 | 75 |
| Binary | 11010101 | 11010011 | 1100001 | 0 | 1 | 110110 | 10000 | 111011 | 111010 | 111101 |
Color Harmonies of #D5D361
Complementary color
Monochromatic Colors of #D5D361
Black with #D5D361
Text Example
Text Example
White with #D5D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D361; }
p { color: rgb(213,211,97); }
H1.HeaderClassName
{
color: #D5D361;
}
.AnyTagClassName
{
color: #D5D361;
}
</style>
background-color css
<style>
a { background-color: #D5D361; }
a { background-color: rgb(213,211,97); }
div.DivClassName
{
background-color: #D5D361;
}
.BgClassName
{
background-color: #D5D361;
}
</style>
border-color css
<style>
span { border-color: #D5D361; }
span { border-color: rgb(213,211,97); }
td.TdClassName
{
border-color: #D5D361;
}
.TagClassName
{
border-color: #D5D361;
}
</style>