Shades of Putty #D1A36B
Tints of Putty #D1A36B
RGB
CMYK
RGB Variations
Color information
#D1A36B (or 0xD1A36B) is known color: Putty. HEX triplet: D1, A3 and 6B. RGB value is (209,163,107). Sum of RGB (Red+Green+Blue) = 209+163+107=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A36B is #2E5C94. Grayscale: #AAAAAA. Windows color (decimal): -3038357 or 7054289. OLE color: 7054289.
HSL color Cylindrical-coordinate representation of color #D1A36B: hue angle of 32.94º 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 #D1A36B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 107 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.18 |
| HSL | 32.94º | 0.53% | 0.62% | - |
| HSV(B) | 32.94º | 0.49% | 0.82% | - |
| XYZ | 42.05 | 40.81 | 19.57 | - |
| YUV | 170.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 107 | 0 | 0.22 | 0.49 | 0.18 | 32.94 | 0.53 | 0.62 |
| Hex | D1 | A3 | 6B | 0 | 16 | 31 | 12 | 21 | 35 | 3E |
| Octal | 321 | 243 | 153 | 0 | 26 | 61 | 22 | 41 | 65 | 76 |
| Binary | 11010001 | 10100011 | 1101011 | 0 | 10110 | 110001 | 10010 | 100001 | 110101 | 111110 |
Color Harmonies of #D1A36B
Complementary color
Monochromatic Colors of #D1A36B
Black with #D1A36B
Text Example
Text Example
White with #D1A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A36B; }
p { color: rgb(209,163,107); }
H1.HeaderClassName
{
color: #D1A36B;
}
.AnyTagClassName
{
color: #D1A36B;
}
</style>
background-color css
<style>
a { background-color: #D1A36B; }
a { background-color: rgb(209,163,107); }
div.DivClassName
{
background-color: #D1A36B;
}
.BgClassName
{
background-color: #D1A36B;
}
</style>
border-color css
<style>
span { border-color: #D1A36B; }
span { border-color: rgb(209,163,107); }
td.TdClassName
{
border-color: #D1A36B;
}
.TagClassName
{
border-color: #D1A36B;
}
</style>