Shades of Putty #D0A26D
Tints of Putty #D0A26D
RGB
CMYK
RGB Variations
Color information
#D0A26D (or 0xD0A26D) is known color: Putty. HEX triplet: D0, A2 and 6D. RGB value is (208,162,109). Sum of RGB (Red+Green+Blue) = 208+162+109=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A26D is #2F5D92. Grayscale: #A9A9A9. Windows color (decimal): -3104147 or 7185104. OLE color: 7185104.
HSL color Cylindrical-coordinate representation of color #D0A26D: hue angle of 32.12º degrees, saturation: 0.51, 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 #D0A26D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 109 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.18 |
| HSL | 32.12º | 0.51% | 0.62% | - |
| HSV(B) | 32.12º | 0.48% | 0.82% | - |
| XYZ | 41.69 | 40.35 | 20.06 | - |
| YUV | 169.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 109 | 0 | 0.22 | 0.48 | 0.18 | 32.12 | 0.51 | 0.62 |
| Hex | D0 | A2 | 6D | 0 | 16 | 30 | 12 | 20 | 33 | 3E |
| Octal | 320 | 242 | 155 | 0 | 26 | 60 | 22 | 40 | 63 | 76 |
| Binary | 11010000 | 10100010 | 1101101 | 0 | 10110 | 110000 | 10010 | 100000 | 110011 | 111110 |
Color Harmonies of #D0A26D
Complementary color
Monochromatic Colors of #D0A26D
Black with #D0A26D
Text Example
Text Example
White with #D0A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A26D; }
p { color: rgb(208,162,109); }
H1.HeaderClassName
{
color: #D0A26D;
}
.AnyTagClassName
{
color: #D0A26D;
}
</style>
background-color css
<style>
a { background-color: #D0A26D; }
a { background-color: rgb(208,162,109); }
div.DivClassName
{
background-color: #D0A26D;
}
.BgClassName
{
background-color: #D0A26D;
}
</style>
border-color css
<style>
span { border-color: #D0A26D; }
span { border-color: rgb(208,162,109); }
td.TdClassName
{
border-color: #D0A26D;
}
.TagClassName
{
border-color: #D0A26D;
}
</style>