Shades of Goldenrod #D5D86D
Tints of Goldenrod #D5D86D
RGB
CMYK
RGB Variations
Color information
#D5D86D (or 0xD5D86D) is known color: Goldenrod. HEX triplet: D5, D8 and 6D. RGB value is (213,216,109). Sum of RGB (Red+Green+Blue) = 213+216+109=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D86D is #2A2792. Grayscale: #CBCBCB. Windows color (decimal): -2762643 or 7198933. OLE color: 7198933.
HSL color Cylindrical-coordinate representation of color #D5D86D: hue angle of 61.68º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5D86D is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 109 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.15 |
| HSL | 61.68º | 0.58% | 0.64% | - |
| HSV(B) | 61.68º | 0.5% | 0.85% | - |
| XYZ | 54.76 | 64.36 | 24.01 | - |
| YUV | 202.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 109 | 0.01 | 0 | 0.50 | 0.15 | 61.68 | 0.58 | 0.64 |
| Hex | D5 | D8 | 6D | 1 | 0 | 32 | F | 3E | 3A | 40 |
| Octal | 325 | 330 | 155 | 1 | 0 | 62 | 17 | 76 | 72 | 100 |
| Binary | 11010101 | 11011000 | 1101101 | 1 | 0 | 110010 | 1111 | 111110 | 111010 | 1000000 |
Color Harmonies of #D5D86D
Complementary color
Monochromatic Colors of #D5D86D
Black with #D5D86D
Text Example
Text Example
White with #D5D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D86D; }
p { color: rgb(213,216,109); }
H1.HeaderClassName
{
color: #D5D86D;
}
.AnyTagClassName
{
color: #D5D86D;
}
</style>
background-color css
<style>
a { background-color: #D5D86D; }
a { background-color: rgb(213,216,109); }
div.DivClassName
{
background-color: #D5D86D;
}
.BgClassName
{
background-color: #D5D86D;
}
</style>
border-color css
<style>
span { border-color: #D5D86D; }
span { border-color: rgb(213,216,109); }
td.TdClassName
{
border-color: #D5D86D;
}
.TagClassName
{
border-color: #D5D86D;
}
</style>