Shades of Putty #D5B273
Tints of Putty #D5B273
RGB
CMYK
RGB Variations
Color information
#D5B273 (or 0xD5B273) is known color: Putty. HEX triplet: D5, B2 and 73. RGB value is (213,178,115). Sum of RGB (Red+Green+Blue) = 213+178+115=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B273 is #2A4D8C. Grayscale: #B5B5B5. Windows color (decimal): -2772365 or 7582421. OLE color: 7582421.
HSL color Cylindrical-coordinate representation of color #D5B273: hue angle of 38.57º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5B273 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 115 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.16 |
| HSL | 38.57º | 0.54% | 0.64% | - |
| HSV(B) | 38.57º | 0.46% | 0.84% | - |
| XYZ | 46.46 | 47.22 | 22.89 | - |
| YUV | 181.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 115 | 0 | 0.16 | 0.46 | 0.16 | 38.57 | 0.54 | 0.64 |
| Hex | D5 | B2 | 73 | 0 | 10 | 2E | 10 | 27 | 36 | 40 |
| Octal | 325 | 262 | 163 | 0 | 20 | 56 | 20 | 47 | 66 | 100 |
| Binary | 11010101 | 10110010 | 1110011 | 0 | 10000 | 101110 | 10000 | 100111 | 110110 | 1000000 |
Color Harmonies of #D5B273
Complementary color
Monochromatic Colors of #D5B273
Black with #D5B273
Text Example
Text Example
White with #D5B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B273; }
p { color: rgb(213,178,115); }
H1.HeaderClassName
{
color: #D5B273;
}
.AnyTagClassName
{
color: #D5B273;
}
</style>
background-color css
<style>
a { background-color: #D5B273; }
a { background-color: rgb(213,178,115); }
div.DivClassName
{
background-color: #D5B273;
}
.BgClassName
{
background-color: #D5B273;
}
</style>
border-color css
<style>
span { border-color: #D5B273; }
span { border-color: rgb(213,178,115); }
td.TdClassName
{
border-color: #D5B273;
}
.TagClassName
{
border-color: #D5B273;
}
</style>