Shades of Putty #D2B672
Tints of Putty #D2B672
RGB
CMYK
RGB Variations
Color information
#D2B672 (or 0xD2B672) is known color: Putty. HEX triplet: D2, B6 and 72. RGB value is (210,182,114). Sum of RGB (Red+Green+Blue) = 210+182+114=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B672 is #2D498D. Grayscale: #B6B6B6. Windows color (decimal): -2967950 or 7517906. OLE color: 7517906.
HSL color Cylindrical-coordinate representation of color #D2B672: hue angle of 42.5º 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 #D2B672 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 114 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.18 |
| HSL | 42.5º | 0.52% | 0.64% | - |
| HSV(B) | 42.5º | 0.46% | 0.82% | - |
| XYZ | 46.34 | 48.37 | 22.81 | - |
| YUV | 182.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 114 | 0 | 0.13 | 0.46 | 0.18 | 42.5 | 0.52 | 0.64 |
| Hex | D2 | B6 | 72 | 0 | D | 2E | 12 | 2A | 34 | 40 |
| Octal | 322 | 266 | 162 | 0 | 15 | 56 | 22 | 52 | 64 | 100 |
| Binary | 11010010 | 10110110 | 1110010 | 0 | 1101 | 101110 | 10010 | 101010 | 110100 | 1000000 |
Color Harmonies of #D2B672
Complementary color
Monochromatic Colors of #D2B672
Black with #D2B672
Text Example
Text Example
White with #D2B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B672; }
p { color: rgb(210,182,114); }
H1.HeaderClassName
{
color: #D2B672;
}
.AnyTagClassName
{
color: #D2B672;
}
</style>
background-color css
<style>
a { background-color: #D2B672; }
a { background-color: rgb(210,182,114); }
div.DivClassName
{
background-color: #D2B672;
}
.BgClassName
{
background-color: #D2B672;
}
</style>
border-color css
<style>
span { border-color: #D2B672; }
span { border-color: rgb(210,182,114); }
td.TdClassName
{
border-color: #D2B672;
}
.TagClassName
{
border-color: #D2B672;
}
</style>