Shades of Goldenrod #D6D171
Tints of Goldenrod #D6D171
RGB
CMYK
RGB Variations
Color information
#D6D171 (or 0xD6D171) is known color: Goldenrod. HEX triplet: D6, D1 and 71. RGB value is (214,209,113). Sum of RGB (Red+Green+Blue) = 214+209+113=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D171 is #292E8E. Grayscale: #C7C7C7. Windows color (decimal): -2698895 or 7459286. OLE color: 7459286.
HSL color Cylindrical-coordinate representation of color #D6D171: hue angle of 57.03º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6D171 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 113 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.16 |
| HSL | 57.03º | 0.55% | 0.64% | - |
| HSV(B) | 57.03º | 0.47% | 0.84% | - |
| XYZ | 53.51 | 61.09 | 24.59 | - |
| YUV | 199.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 113 | 0 | 0.02 | 0.47 | 0.16 | 57.03 | 0.55 | 0.64 |
| Hex | D6 | D1 | 71 | 0 | 2 | 2F | 10 | 39 | 37 | 40 |
| Octal | 326 | 321 | 161 | 0 | 2 | 57 | 20 | 71 | 67 | 100 |
| Binary | 11010110 | 11010001 | 1110001 | 0 | 10 | 101111 | 10000 | 111001 | 110111 | 1000000 |
Color Harmonies of #D6D171
Complementary color
Monochromatic Colors of #D6D171
Black with #D6D171
Text Example
Text Example
White with #D6D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D171; }
p { color: rgb(214,209,113); }
H1.HeaderClassName
{
color: #D6D171;
}
.AnyTagClassName
{
color: #D6D171;
}
</style>
background-color css
<style>
a { background-color: #D6D171; }
a { background-color: rgb(214,209,113); }
div.DivClassName
{
background-color: #D6D171;
}
.BgClassName
{
background-color: #D6D171;
}
</style>
border-color css
<style>
span { border-color: #D6D171; }
span { border-color: rgb(214,209,113); }
td.TdClassName
{
border-color: #D6D171;
}
.TagClassName
{
border-color: #D6D171;
}
</style>