Shades of Putty #D1A66D
Tints of Putty #D1A66D
RGB
CMYK
RGB Variations
Color information
#D1A66D (or 0xD1A66D) is known color: Putty. HEX triplet: D1, A6 and 6D. RGB value is (209,166,109). Sum of RGB (Red+Green+Blue) = 209+166+109=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A66D is #2E5992. Grayscale: #ACACAC. Windows color (decimal): -3037587 or 7186129. OLE color: 7186129.
HSL color Cylindrical-coordinate representation of color #D1A66D: hue angle of 34.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1A66D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 109 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.18 |
| HSL | 34.2º | 0.52% | 0.62% | - |
| HSV(B) | 34.2º | 0.48% | 0.82% | - |
| XYZ | 42.69 | 41.93 | 20.31 | - |
| YUV | 172.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 109 | 0 | 0.21 | 0.48 | 0.18 | 34.2 | 0.52 | 0.62 |
| Hex | D1 | A6 | 6D | 0 | 15 | 30 | 12 | 22 | 34 | 3E |
| Octal | 321 | 246 | 155 | 0 | 25 | 60 | 22 | 42 | 64 | 76 |
| Binary | 11010001 | 10100110 | 1101101 | 0 | 10101 | 110000 | 10010 | 100010 | 110100 | 111110 |
Color Harmonies of #D1A66D
Complementary color
Monochromatic Colors of #D1A66D
Black with #D1A66D
Text Example
Text Example
White with #D1A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A66D; }
p { color: rgb(209,166,109); }
H1.HeaderClassName
{
color: #D1A66D;
}
.AnyTagClassName
{
color: #D1A66D;
}
</style>
background-color css
<style>
a { background-color: #D1A66D; }
a { background-color: rgb(209,166,109); }
div.DivClassName
{
background-color: #D1A66D;
}
.BgClassName
{
background-color: #D1A66D;
}
</style>
border-color css
<style>
span { border-color: #D1A66D; }
span { border-color: rgb(209,166,109); }
td.TdClassName
{
border-color: #D1A66D;
}
.TagClassName
{
border-color: #D1A66D;
}
</style>