Shades of Goldenrod #D5D86A
Tints of Goldenrod #D5D86A
RGB
CMYK
RGB Variations
Color information
#D5D86A (or 0xD5D86A) is known color: Goldenrod. HEX triplet: D5, D8 and 6A. RGB value is (213,216,106). Sum of RGB (Red+Green+Blue) = 213+216+106=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D86A is #2A2795. Grayscale: #CBCBCB. Windows color (decimal): -2762646 or 7002325. OLE color: 7002325.
HSL color Cylindrical-coordinate representation of color #D5D86A: hue angle of 61.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5D86A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 106 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.15 |
| HSL | 61.64º | 0.59% | 0.63% | - |
| HSV(B) | 61.64º | 0.51% | 0.85% | - |
| XYZ | 54.6 | 64.3 | 23.17 | - |
| YUV | 202.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 106 | 0.01 | 0 | 0.51 | 0.15 | 61.64 | 0.59 | 0.63 |
| Hex | D5 | D8 | 6A | 1 | 0 | 33 | F | 3E | 3B | 3F |
| Octal | 325 | 330 | 152 | 1 | 0 | 63 | 17 | 76 | 73 | 77 |
| Binary | 11010101 | 11011000 | 1101010 | 1 | 0 | 110011 | 1111 | 111110 | 111011 | 111111 |
Color Harmonies of #D5D86A
Complementary color
Monochromatic Colors of #D5D86A
Black with #D5D86A
Text Example
Text Example
White with #D5D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D86A; }
p { color: rgb(213,216,106); }
H1.HeaderClassName
{
color: #D5D86A;
}
.AnyTagClassName
{
color: #D5D86A;
}
</style>
background-color css
<style>
a { background-color: #D5D86A; }
a { background-color: rgb(213,216,106); }
div.DivClassName
{
background-color: #D5D86A;
}
.BgClassName
{
background-color: #D5D86A;
}
</style>
border-color css
<style>
span { border-color: #D5D86A; }
span { border-color: rgb(213,216,106); }
td.TdClassName
{
border-color: #D5D86A;
}
.TagClassName
{
border-color: #D5D86A;
}
</style>