Shades of Putty #D2B175
Tints of Putty #D2B175
RGB
CMYK
RGB Variations
Color information
#D2B175 (or 0xD2B175) is known color: Putty. HEX triplet: D2, B1 and 75. RGB value is (210,177,117). Sum of RGB (Red+Green+Blue) = 210+177+117=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B175 is #2D4E8A. Grayscale: #B4B4B4. Windows color (decimal): -2969227 or 7713234. OLE color: 7713234.
HSL color Cylindrical-coordinate representation of color #D2B175: hue angle of 38.71º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2B175 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 117 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.18 |
| HSL | 38.71º | 0.51% | 0.64% | - |
| HSV(B) | 38.71º | 0.44% | 0.82% | - |
| XYZ | 45.51 | 46.43 | 23.39 | - |
| YUV | 180.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 117 | 0 | 0.16 | 0.44 | 0.18 | 38.71 | 0.51 | 0.64 |
| Hex | D2 | B1 | 75 | 0 | 10 | 2C | 12 | 27 | 33 | 40 |
| Octal | 322 | 261 | 165 | 0 | 20 | 54 | 22 | 47 | 63 | 100 |
| Binary | 11010010 | 10110001 | 1110101 | 0 | 10000 | 101100 | 10010 | 100111 | 110011 | 1000000 |
Color Harmonies of #D2B175
Complementary color
Monochromatic Colors of #D2B175
Black with #D2B175
Text Example
Text Example
White with #D2B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B175; }
p { color: rgb(210,177,117); }
H1.HeaderClassName
{
color: #D2B175;
}
.AnyTagClassName
{
color: #D2B175;
}
</style>
background-color css
<style>
a { background-color: #D2B175; }
a { background-color: rgb(210,177,117); }
div.DivClassName
{
background-color: #D2B175;
}
.BgClassName
{
background-color: #D2B175;
}
</style>
border-color css
<style>
span { border-color: #D2B175; }
span { border-color: rgb(210,177,117); }
td.TdClassName
{
border-color: #D2B175;
}
.TagClassName
{
border-color: #D2B175;
}
</style>