Shades of Goldenrod #D6D863
Tints of Goldenrod #D6D863
RGB
CMYK
RGB Variations
Color information
#D6D863 (or 0xD6D863) is known color: Goldenrod. HEX triplet: D6, D8 and 63. RGB value is (214,216,99). Sum of RGB (Red+Green+Blue) = 214+216+99=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D863 is #29279C. Grayscale: #CACACA. Windows color (decimal): -2697117 or 6543574. OLE color: 6543574.
HSL color Cylindrical-coordinate representation of color #D6D863: hue angle of 61.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6D863 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 99 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.15 |
| HSL | 61.03º | 0.6% | 0.62% | - |
| HSV(B) | 61.03º | 0.54% | 0.85% | - |
| XYZ | 54.54 | 64.31 | 21.34 | - |
| YUV | 202.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 99 | 0.01 | 0 | 0.54 | 0.15 | 61.03 | 0.6 | 0.62 |
| Hex | D6 | D8 | 63 | 1 | 0 | 36 | F | 3D | 3C | 3E |
| Octal | 326 | 330 | 143 | 1 | 0 | 66 | 17 | 75 | 74 | 76 |
| Binary | 11010110 | 11011000 | 1100011 | 1 | 0 | 110110 | 1111 | 111101 | 111100 | 111110 |
Color Harmonies of #D6D863
Complementary color
Monochromatic Colors of #D6D863
Black with #D6D863
Text Example
Text Example
White with #D6D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D863; }
p { color: rgb(214,216,99); }
H1.HeaderClassName
{
color: #D6D863;
}
.AnyTagClassName
{
color: #D6D863;
}
</style>
background-color css
<style>
a { background-color: #D6D863; }
a { background-color: rgb(214,216,99); }
div.DivClassName
{
background-color: #D6D863;
}
.BgClassName
{
background-color: #D6D863;
}
</style>
border-color css
<style>
span { border-color: #D6D863; }
span { border-color: rgb(214,216,99); }
td.TdClassName
{
border-color: #D6D863;
}
.TagClassName
{
border-color: #D6D863;
}
</style>