Shades of Goldenrod #D6D873
Tints of Goldenrod #D6D873
RGB
CMYK
RGB Variations
Color information
#D6D873 (or 0xD6D873) is known color: Goldenrod. HEX triplet: D6, D8 and 73. RGB value is (214,216,115). Sum of RGB (Red+Green+Blue) = 214+216+115=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D873 is #29278C. Grayscale: #CCCCCC. Windows color (decimal): -2697101 or 7592150. OLE color: 7592150.
HSL color Cylindrical-coordinate representation of color #D6D873: hue angle of 61.19º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6D873 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 115 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.15 |
| HSL | 61.19º | 0.56% | 0.65% | - |
| HSV(B) | 61.19º | 0.47% | 0.85% | - |
| XYZ | 55.38 | 64.65 | 25.78 | - |
| YUV | 203.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 115 | 0.01 | 0 | 0.47 | 0.15 | 61.19 | 0.56 | 0.65 |
| Hex | D6 | D8 | 73 | 1 | 0 | 2F | F | 3D | 38 | 41 |
| Octal | 326 | 330 | 163 | 1 | 0 | 57 | 17 | 75 | 70 | 101 |
| Binary | 11010110 | 11011000 | 1110011 | 1 | 0 | 101111 | 1111 | 111101 | 111000 | 1000001 |
Color Harmonies of #D6D873
Complementary color
Monochromatic Colors of #D6D873
Black with #D6D873
Text Example
Text Example
White with #D6D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D873; }
p { color: rgb(214,216,115); }
H1.HeaderClassName
{
color: #D6D873;
}
.AnyTagClassName
{
color: #D6D873;
}
</style>
background-color css
<style>
a { background-color: #D6D873; }
a { background-color: rgb(214,216,115); }
div.DivClassName
{
background-color: #D6D873;
}
.BgClassName
{
background-color: #D6D873;
}
</style>
border-color css
<style>
span { border-color: #D6D873; }
span { border-color: rgb(214,216,115); }
td.TdClassName
{
border-color: #D6D873;
}
.TagClassName
{
border-color: #D6D873;
}
</style>