Shades of Putty #D3B675
Tints of Putty #D3B675
RGB
CMYK
RGB Variations
Color information
#D3B675 (or 0xD3B675) is known color: Putty. HEX triplet: D3, B6 and 75. RGB value is (211,182,117). Sum of RGB (Red+Green+Blue) = 211+182+117=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B675 is #2C498A. Grayscale: #B7B7B7. Windows color (decimal): -2902411 or 7714515. OLE color: 7714515.
HSL color Cylindrical-coordinate representation of color #D3B675: hue angle of 41.49º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3B675 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 117 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.17 |
| HSL | 41.49º | 0.52% | 0.64% | - |
| HSV(B) | 41.49º | 0.45% | 0.83% | - |
| XYZ | 46.8 | 48.59 | 23.74 | - |
| YUV | 183.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 117 | 0 | 0.14 | 0.45 | 0.17 | 41.49 | 0.52 | 0.64 |
| Hex | D3 | B6 | 75 | 0 | E | 2D | 11 | 29 | 34 | 40 |
| Octal | 323 | 266 | 165 | 0 | 16 | 55 | 21 | 51 | 64 | 100 |
| Binary | 11010011 | 10110110 | 1110101 | 0 | 1110 | 101101 | 10001 | 101001 | 110100 | 1000000 |
Color Harmonies of #D3B675
Complementary color
Monochromatic Colors of #D3B675
Black with #D3B675
Text Example
Text Example
White with #D3B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B675; }
p { color: rgb(211,182,117); }
H1.HeaderClassName
{
color: #D3B675;
}
.AnyTagClassName
{
color: #D3B675;
}
</style>
background-color css
<style>
a { background-color: #D3B675; }
a { background-color: rgb(211,182,117); }
div.DivClassName
{
background-color: #D3B675;
}
.BgClassName
{
background-color: #D3B675;
}
</style>
border-color css
<style>
span { border-color: #D3B675; }
span { border-color: rgb(211,182,117); }
td.TdClassName
{
border-color: #D3B675;
}
.TagClassName
{
border-color: #D3B675;
}
</style>