Shades of Putty #D2B675
Tints of Putty #D2B675
RGB
CMYK
RGB Variations
Color information
#D2B675 (or 0xD2B675) is known color: Putty. HEX triplet: D2, B6 and 75. RGB value is (210,182,117). Sum of RGB (Red+Green+Blue) = 210+182+117=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B675 is #2D498A. Grayscale: #B7B7B7. Windows color (decimal): -2967947 or 7714514. OLE color: 7714514.
HSL color Cylindrical-coordinate representation of color #D2B675: hue angle of 41.94º 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 #D2B675 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 117 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.18 |
| HSL | 41.94º | 0.51% | 0.64% | - |
| HSV(B) | 41.94º | 0.44% | 0.82% | - |
| XYZ | 46.52 | 48.44 | 23.73 | - |
| YUV | 182.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 117 | 0 | 0.13 | 0.44 | 0.18 | 41.94 | 0.51 | 0.64 |
| Hex | D2 | B6 | 75 | 0 | D | 2C | 12 | 2A | 33 | 40 |
| Octal | 322 | 266 | 165 | 0 | 15 | 54 | 22 | 52 | 63 | 100 |
| Binary | 11010010 | 10110110 | 1110101 | 0 | 1101 | 101100 | 10010 | 101010 | 110011 | 1000000 |
Color Harmonies of #D2B675
Complementary color
Monochromatic Colors of #D2B675
Black with #D2B675
Text Example
Text Example
White with #D2B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B675; }
p { color: rgb(210,182,117); }
H1.HeaderClassName
{
color: #D2B675;
}
.AnyTagClassName
{
color: #D2B675;
}
</style>
background-color css
<style>
a { background-color: #D2B675; }
a { background-color: rgb(210,182,117); }
div.DivClassName
{
background-color: #D2B675;
}
.BgClassName
{
background-color: #D2B675;
}
</style>
border-color css
<style>
span { border-color: #D2B675; }
span { border-color: rgb(210,182,117); }
td.TdClassName
{
border-color: #D2B675;
}
.TagClassName
{
border-color: #D2B675;
}
</style>