Shades of Putty #D2B172
Tints of Putty #D2B172
RGB
CMYK
RGB Variations
Color information
#D2B172 (or 0xD2B172) is known color: Putty. HEX triplet: D2, B1 and 72. RGB value is (210,177,114). Sum of RGB (Red+Green+Blue) = 210+177+114=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B172 is #2D4E8D. Grayscale: #B3B3B3. Windows color (decimal): -2969230 or 7516626. OLE color: 7516626.
HSL color Cylindrical-coordinate representation of color #D2B172: hue angle of 39.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2B172 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 114 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.18 |
| HSL | 39.38º | 0.52% | 0.64% | - |
| HSV(B) | 39.38º | 0.46% | 0.82% | - |
| XYZ | 45.34 | 46.36 | 22.48 | - |
| YUV | 179.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 114 | 0 | 0.16 | 0.46 | 0.18 | 39.38 | 0.52 | 0.64 |
| Hex | D2 | B1 | 72 | 0 | 10 | 2E | 12 | 27 | 34 | 40 |
| Octal | 322 | 261 | 162 | 0 | 20 | 56 | 22 | 47 | 64 | 100 |
| Binary | 11010010 | 10110001 | 1110010 | 0 | 10000 | 101110 | 10010 | 100111 | 110100 | 1000000 |
Color Harmonies of #D2B172
Complementary color
Monochromatic Colors of #D2B172
Black with #D2B172
Text Example
Text Example
White with #D2B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B172; }
p { color: rgb(210,177,114); }
H1.HeaderClassName
{
color: #D2B172;
}
.AnyTagClassName
{
color: #D2B172;
}
</style>
background-color css
<style>
a { background-color: #D2B172; }
a { background-color: rgb(210,177,114); }
div.DivClassName
{
background-color: #D2B172;
}
.BgClassName
{
background-color: #D2B172;
}
</style>
border-color css
<style>
span { border-color: #D2B172; }
span { border-color: rgb(210,177,114); }
td.TdClassName
{
border-color: #D2B172;
}
.TagClassName
{
border-color: #D2B172;
}
</style>