Shades of Putty #D2B173
Tints of Putty #D2B173
RGB
CMYK
RGB Variations
Color information
#D2B173 (or 0xD2B173) is known color: Putty. HEX triplet: D2, B1 and 73. RGB value is (210,177,115). Sum of RGB (Red+Green+Blue) = 210+177+115=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B173 is #2D4E8C. Grayscale: #B4B4B4. Windows color (decimal): -2969229 or 7582162. OLE color: 7582162.
HSL color Cylindrical-coordinate representation of color #D2B173: hue angle of 39.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2B173 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 115 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.18 |
| HSL | 39.16º | 0.51% | 0.64% | - |
| HSV(B) | 39.16º | 0.45% | 0.82% | - |
| XYZ | 45.4 | 46.38 | 22.78 | - |
| YUV | 179.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 115 | 0 | 0.16 | 0.45 | 0.18 | 39.16 | 0.51 | 0.64 |
| Hex | D2 | B1 | 73 | 0 | 10 | 2D | 12 | 27 | 33 | 40 |
| Octal | 322 | 261 | 163 | 0 | 20 | 55 | 22 | 47 | 63 | 100 |
| Binary | 11010010 | 10110001 | 1110011 | 0 | 10000 | 101101 | 10010 | 100111 | 110011 | 1000000 |
Color Harmonies of #D2B173
Complementary color
Monochromatic Colors of #D2B173
Black with #D2B173
Text Example
Text Example
White with #D2B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B173; }
p { color: rgb(210,177,115); }
H1.HeaderClassName
{
color: #D2B173;
}
.AnyTagClassName
{
color: #D2B173;
}
</style>
background-color css
<style>
a { background-color: #D2B173; }
a { background-color: rgb(210,177,115); }
div.DivClassName
{
background-color: #D2B173;
}
.BgClassName
{
background-color: #D2B173;
}
</style>
border-color css
<style>
span { border-color: #D2B173; }
span { border-color: rgb(210,177,115); }
td.TdClassName
{
border-color: #D2B173;
}
.TagClassName
{
border-color: #D2B173;
}
</style>