Shades of Putty #D5B675
Tints of Putty #D5B675
RGB
CMYK
RGB Variations
Color information
#D5B675 (or 0xD5B675) is known color: Putty. HEX triplet: D5, B6 and 75. RGB value is (213,182,117). Sum of RGB (Red+Green+Blue) = 213+182+117=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B675 is #2A498A. Grayscale: #B8B8B8. Windows color (decimal): -2771339 or 7714517. OLE color: 7714517.
HSL color Cylindrical-coordinate representation of color #D5B675: hue angle of 40.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5B675 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 182 | 117 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.16 |
| HSL | 40.63º | 0.53% | 0.65% | - |
| HSV(B) | 40.63º | 0.45% | 0.84% | - |
| XYZ | 47.38 | 48.89 | 23.77 | - |
| YUV | 183.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 117 | 0 | 0.15 | 0.45 | 0.16 | 40.63 | 0.53 | 0.65 |
| Hex | D5 | B6 | 75 | 0 | F | 2D | 10 | 29 | 35 | 41 |
| Octal | 325 | 266 | 165 | 0 | 17 | 55 | 20 | 51 | 65 | 101 |
| Binary | 11010101 | 10110110 | 1110101 | 0 | 1111 | 101101 | 10000 | 101001 | 110101 | 1000001 |
Color Harmonies of #D5B675
Complementary color
Monochromatic Colors of #D5B675
Black with #D5B675
Text Example
Text Example
White with #D5B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B675; }
p { color: rgb(213,182,117); }
H1.HeaderClassName
{
color: #D5B675;
}
.AnyTagClassName
{
color: #D5B675;
}
</style>
background-color css
<style>
a { background-color: #D5B675; }
a { background-color: rgb(213,182,117); }
div.DivClassName
{
background-color: #D5B675;
}
.BgClassName
{
background-color: #D5B675;
}
</style>
border-color css
<style>
span { border-color: #D5B675; }
span { border-color: rgb(213,182,117); }
td.TdClassName
{
border-color: #D5B675;
}
.TagClassName
{
border-color: #D5B675;
}
</style>