Shades of Putty #D0A473
Tints of Putty #D0A473
RGB
CMYK
RGB Variations
Color information
#D0A473 (or 0xD0A473) is known color: Putty. HEX triplet: D0, A4 and 73. RGB value is (208,164,115). Sum of RGB (Red+Green+Blue) = 208+164+115=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A473 is #2F5B8C. Grayscale: #ABABAB. Windows color (decimal): -3103629 or 7578832. OLE color: 7578832.
HSL color Cylindrical-coordinate representation of color #D0A473: hue angle of 31.61º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0A473 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 115 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.18 |
| HSL | 31.61º | 0.5% | 0.63% | - |
| HSV(B) | 31.61º | 0.45% | 0.82% | - |
| XYZ | 42.38 | 41.2 | 21.94 | - |
| YUV | 171.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 115 | 0 | 0.21 | 0.45 | 0.18 | 31.61 | 0.5 | 0.63 |
| Hex | D0 | A4 | 73 | 0 | 15 | 2D | 12 | 20 | 32 | 3F |
| Octal | 320 | 244 | 163 | 0 | 25 | 55 | 22 | 40 | 62 | 77 |
| Binary | 11010000 | 10100100 | 1110011 | 0 | 10101 | 101101 | 10010 | 100000 | 110010 | 111111 |
Color Harmonies of #D0A473
Complementary color
Monochromatic Colors of #D0A473
Black with #D0A473
Text Example
Text Example
White with #D0A473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A473; }
p { color: rgb(208,164,115); }
H1.HeaderClassName
{
color: #D0A473;
}
.AnyTagClassName
{
color: #D0A473;
}
</style>
background-color css
<style>
a { background-color: #D0A473; }
a { background-color: rgb(208,164,115); }
div.DivClassName
{
background-color: #D0A473;
}
.BgClassName
{
background-color: #D0A473;
}
</style>
border-color css
<style>
span { border-color: #D0A473; }
span { border-color: rgb(208,164,115); }
td.TdClassName
{
border-color: #D0A473;
}
.TagClassName
{
border-color: #D0A473;
}
</style>