Shades of Putty #D5B775
Tints of Putty #D5B775
RGB
CMYK
RGB Variations
Color information
#D5B775 (or 0xD5B775) is known color: Putty. HEX triplet: D5, B7 and 75. RGB value is (213,183,117). Sum of RGB (Red+Green+Blue) = 213+183+117=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B775 is #2A488A. Grayscale: #B8B8B8. Windows color (decimal): -2771083 or 7714773. OLE color: 7714773.
HSL color Cylindrical-coordinate representation of color #D5B775: hue angle of 41.25º 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 #D5B775 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 117 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.16 |
| HSL | 41.25º | 0.53% | 0.65% | - |
| HSV(B) | 41.25º | 0.45% | 0.84% | - |
| XYZ | 47.58 | 49.3 | 23.84 | - |
| YUV | 184.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 117 | 0 | 0.14 | 0.45 | 0.16 | 41.25 | 0.53 | 0.65 |
| Hex | D5 | B7 | 75 | 0 | E | 2D | 10 | 29 | 35 | 41 |
| Octal | 325 | 267 | 165 | 0 | 16 | 55 | 20 | 51 | 65 | 101 |
| Binary | 11010101 | 10110111 | 1110101 | 0 | 1110 | 101101 | 10000 | 101001 | 110101 | 1000001 |
Color Harmonies of #D5B775
Complementary color
Monochromatic Colors of #D5B775
Black with #D5B775
Text Example
Text Example
White with #D5B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B775; }
p { color: rgb(213,183,117); }
H1.HeaderClassName
{
color: #D5B775;
}
.AnyTagClassName
{
color: #D5B775;
}
</style>
background-color css
<style>
a { background-color: #D5B775; }
a { background-color: rgb(213,183,117); }
div.DivClassName
{
background-color: #D5B775;
}
.BgClassName
{
background-color: #D5B775;
}
</style>
border-color css
<style>
span { border-color: #D5B775; }
span { border-color: rgb(213,183,117); }
td.TdClassName
{
border-color: #D5B775;
}
.TagClassName
{
border-color: #D5B775;
}
</style>