Shades of Putty #D1A56D
Tints of Putty #D1A56D
RGB
CMYK
RGB Variations
Color information
#D1A56D (or 0xD1A56D) is known color: Putty. HEX triplet: D1, A5 and 6D. RGB value is (209,165,109). Sum of RGB (Red+Green+Blue) = 209+165+109=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A56D is #2E5A92. Grayscale: #ACACAC. Windows color (decimal): -3037843 or 7185873. OLE color: 7185873.
HSL color Cylindrical-coordinate representation of color #D1A56D: hue angle of 33.6º 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 #D1A56D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 109 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.18 |
| HSL | 33.6º | 0.52% | 0.62% | - |
| HSV(B) | 33.6º | 0.48% | 0.82% | - |
| XYZ | 42.51 | 41.57 | 20.25 | - |
| YUV | 171.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 109 | 0 | 0.21 | 0.48 | 0.18 | 33.6 | 0.52 | 0.62 |
| Hex | D1 | A5 | 6D | 0 | 15 | 30 | 12 | 22 | 34 | 3E |
| Octal | 321 | 245 | 155 | 0 | 25 | 60 | 22 | 42 | 64 | 76 |
| Binary | 11010001 | 10100101 | 1101101 | 0 | 10101 | 110000 | 10010 | 100010 | 110100 | 111110 |
Color Harmonies of #D1A56D
Complementary color
Monochromatic Colors of #D1A56D
Black with #D1A56D
Text Example
Text Example
White with #D1A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A56D; }
p { color: rgb(209,165,109); }
H1.HeaderClassName
{
color: #D1A56D;
}
.AnyTagClassName
{
color: #D1A56D;
}
</style>
background-color css
<style>
a { background-color: #D1A56D; }
a { background-color: rgb(209,165,109); }
div.DivClassName
{
background-color: #D1A56D;
}
.BgClassName
{
background-color: #D1A56D;
}
</style>
border-color css
<style>
span { border-color: #D1A56D; }
span { border-color: rgb(209,165,109); }
td.TdClassName
{
border-color: #D1A56D;
}
.TagClassName
{
border-color: #D1A56D;
}
</style>