Shades of Putty #D1A36A
Tints of Putty #D1A36A
RGB
CMYK
RGB Variations
Color information
#D1A36A (or 0xD1A36A) is known color: Putty. HEX triplet: D1, A3 and 6A. RGB value is (209,163,106). Sum of RGB (Red+Green+Blue) = 209+163+106=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A36A is #2E5C95. Grayscale: #AAAAAA. Windows color (decimal): -3038358 or 6988753. OLE color: 6988753.
HSL color Cylindrical-coordinate representation of color #D1A36A: hue angle of 33.2º 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 #D1A36A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 106 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.18 |
| HSL | 33.2º | 0.53% | 0.62% | - |
| HSV(B) | 33.2º | 0.49% | 0.82% | - |
| XYZ | 41.99 | 40.79 | 19.3 | - |
| YUV | 170.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 106 | 0 | 0.22 | 0.49 | 0.18 | 33.2 | 0.53 | 0.62 |
| Hex | D1 | A3 | 6A | 0 | 16 | 31 | 12 | 21 | 35 | 3E |
| Octal | 321 | 243 | 152 | 0 | 26 | 61 | 22 | 41 | 65 | 76 |
| Binary | 11010001 | 10100011 | 1101010 | 0 | 10110 | 110001 | 10010 | 100001 | 110101 | 111110 |
Color Harmonies of #D1A36A
Complementary color
Monochromatic Colors of #D1A36A
Black with #D1A36A
Text Example
Text Example
White with #D1A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A36A; }
p { color: rgb(209,163,106); }
H1.HeaderClassName
{
color: #D1A36A;
}
.AnyTagClassName
{
color: #D1A36A;
}
</style>
background-color css
<style>
a { background-color: #D1A36A; }
a { background-color: rgb(209,163,106); }
div.DivClassName
{
background-color: #D1A36A;
}
.BgClassName
{
background-color: #D1A36A;
}
</style>
border-color css
<style>
span { border-color: #D1A36A; }
span { border-color: rgb(209,163,106); }
td.TdClassName
{
border-color: #D1A36A;
}
.TagClassName
{
border-color: #D1A36A;
}
</style>