Shades of Putty #D1B37A
Tints of Putty #D1B37A
RGB
CMYK
RGB Variations
Color information
#D1B37A (or 0xD1B37A) is known color: Putty. HEX triplet: D1, B3 and 7A. RGB value is (209,179,122). Sum of RGB (Red+Green+Blue) = 209+179+122=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B37A is #2E4C85. Grayscale: #B5B5B5. Windows color (decimal): -3034246 or 8041425. OLE color: 8041425.
HSL color Cylindrical-coordinate representation of color #D1B37A: hue angle of 39.31º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1B37A is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 122 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.18 |
| HSL | 39.31º | 0.49% | 0.65% | - |
| HSV(B) | 39.31º | 0.42% | 0.82% | - |
| XYZ | 45.93 | 47.2 | 25.1 | - |
| YUV | 181.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 122 | 0 | 0.14 | 0.42 | 0.18 | 39.31 | 0.49 | 0.65 |
| Hex | D1 | B3 | 7A | 0 | E | 2A | 12 | 27 | 31 | 41 |
| Octal | 321 | 263 | 172 | 0 | 16 | 52 | 22 | 47 | 61 | 101 |
| Binary | 11010001 | 10110011 | 1111010 | 0 | 1110 | 101010 | 10010 | 100111 | 110001 | 1000001 |
Color Harmonies of #D1B37A
Complementary color
Monochromatic Colors of #D1B37A
Black with #D1B37A
Text Example
Text Example
White with #D1B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B37A; }
p { color: rgb(209,179,122); }
H1.HeaderClassName
{
color: #D1B37A;
}
.AnyTagClassName
{
color: #D1B37A;
}
</style>
background-color css
<style>
a { background-color: #D1B37A; }
a { background-color: rgb(209,179,122); }
div.DivClassName
{
background-color: #D1B37A;
}
.BgClassName
{
background-color: #D1B37A;
}
</style>
border-color css
<style>
span { border-color: #D1B37A; }
span { border-color: rgb(209,179,122); }
td.TdClassName
{
border-color: #D1B37A;
}
.TagClassName
{
border-color: #D1B37A;
}
</style>