Shades of Putty #D1A86B
Tints of Putty #D1A86B
RGB
CMYK
RGB Variations
Color information
#D1A86B (or 0xD1A86B) is known color: Putty. HEX triplet: D1, A8 and 6B. RGB value is (209,168,107). Sum of RGB (Red+Green+Blue) = 209+168+107=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A86B is #2E5794. Grayscale: #ADADAD. Windows color (decimal): -3037077 or 7055569. OLE color: 7055569.
HSL color Cylindrical-coordinate representation of color #D1A86B: hue angle of 35.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1A86B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 107 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.18 |
| HSL | 35.88º | 0.53% | 0.62% | - |
| HSV(B) | 35.88º | 0.49% | 0.82% | - |
| XYZ | 42.95 | 42.62 | 19.87 | - |
| YUV | 173.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 107 | 0 | 0.20 | 0.49 | 0.18 | 35.88 | 0.53 | 0.62 |
| Hex | D1 | A8 | 6B | 0 | 14 | 31 | 12 | 24 | 35 | 3E |
| Octal | 321 | 250 | 153 | 0 | 24 | 61 | 22 | 44 | 65 | 76 |
| Binary | 11010001 | 10101000 | 1101011 | 0 | 10100 | 110001 | 10010 | 100100 | 110101 | 111110 |
Color Harmonies of #D1A86B
Complementary color
Monochromatic Colors of #D1A86B
Black with #D1A86B
Text Example
Text Example
White with #D1A86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A86B; }
p { color: rgb(209,168,107); }
H1.HeaderClassName
{
color: #D1A86B;
}
.AnyTagClassName
{
color: #D1A86B;
}
</style>
background-color css
<style>
a { background-color: #D1A86B; }
a { background-color: rgb(209,168,107); }
div.DivClassName
{
background-color: #D1A86B;
}
.BgClassName
{
background-color: #D1A86B;
}
</style>
border-color css
<style>
span { border-color: #D1A86B; }
span { border-color: rgb(209,168,107); }
td.TdClassName
{
border-color: #D1A86B;
}
.TagClassName
{
border-color: #D1A86B;
}
</style>