Shades of Putty #D2B271
Tints of Putty #D2B271
RGB
CMYK
RGB Variations
Color information
#D2B271 (or 0xD2B271) is known color: Putty. HEX triplet: D2, B2 and 71. RGB value is (210,178,113). Sum of RGB (Red+Green+Blue) = 210+178+113=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B271 is #2D4D8E. Grayscale: #B4B4B4. Windows color (decimal): -2968975 or 7451346. OLE color: 7451346.
HSL color Cylindrical-coordinate representation of color #D2B271: hue angle of 40.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2B271 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 113 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.18 |
| HSL | 40.21º | 0.52% | 0.63% | - |
| HSV(B) | 40.21º | 0.46% | 0.82% | - |
| XYZ | 45.48 | 46.73 | 22.25 | - |
| YUV | 180.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 113 | 0 | 0.15 | 0.46 | 0.18 | 40.21 | 0.52 | 0.63 |
| Hex | D2 | B2 | 71 | 0 | F | 2E | 12 | 28 | 34 | 3F |
| Octal | 322 | 262 | 161 | 0 | 17 | 56 | 22 | 50 | 64 | 77 |
| Binary | 11010010 | 10110010 | 1110001 | 0 | 1111 | 101110 | 10010 | 101000 | 110100 | 111111 |
Color Harmonies of #D2B271
Complementary color
Monochromatic Colors of #D2B271
Black with #D2B271
Text Example
Text Example
White with #D2B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B271; }
p { color: rgb(210,178,113); }
H1.HeaderClassName
{
color: #D2B271;
}
.AnyTagClassName
{
color: #D2B271;
}
</style>
background-color css
<style>
a { background-color: #D2B271; }
a { background-color: rgb(210,178,113); }
div.DivClassName
{
background-color: #D2B271;
}
.BgClassName
{
background-color: #D2B271;
}
</style>
border-color css
<style>
span { border-color: #D2B271; }
span { border-color: rgb(210,178,113); }
td.TdClassName
{
border-color: #D2B271;
}
.TagClassName
{
border-color: #D2B271;
}
</style>