Shades of Putty #D1B572
Tints of Putty #D1B572
RGB
CMYK
RGB Variations
Color information
#D1B572 (or 0xD1B572) is known color: Putty. HEX triplet: D1, B5 and 72. RGB value is (209,181,114). Sum of RGB (Red+Green+Blue) = 209+181+114=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B572 is #2E4A8D. Grayscale: #B6B6B6. Windows color (decimal): -3033742 or 7517649. OLE color: 7517649.
HSL color Cylindrical-coordinate representation of color #D1B572: hue angle of 42.32º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1B572 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 114 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.18 |
| HSL | 42.32º | 0.51% | 0.63% | - |
| HSV(B) | 42.32º | 0.45% | 0.82% | - |
| XYZ | 45.86 | 47.82 | 22.73 | - |
| YUV | 181.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 114 | 0 | 0.13 | 0.45 | 0.18 | 42.32 | 0.51 | 0.63 |
| Hex | D1 | B5 | 72 | 0 | D | 2D | 12 | 2A | 33 | 3F |
| Octal | 321 | 265 | 162 | 0 | 15 | 55 | 22 | 52 | 63 | 77 |
| Binary | 11010001 | 10110101 | 1110010 | 0 | 1101 | 101101 | 10010 | 101010 | 110011 | 111111 |
Color Harmonies of #D1B572
Complementary color
Monochromatic Colors of #D1B572
Black with #D1B572
Text Example
Text Example
White with #D1B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B572; }
p { color: rgb(209,181,114); }
H1.HeaderClassName
{
color: #D1B572;
}
.AnyTagClassName
{
color: #D1B572;
}
</style>
background-color css
<style>
a { background-color: #D1B572; }
a { background-color: rgb(209,181,114); }
div.DivClassName
{
background-color: #D1B572;
}
.BgClassName
{
background-color: #D1B572;
}
</style>
border-color css
<style>
span { border-color: #D1B572; }
span { border-color: rgb(209,181,114); }
td.TdClassName
{
border-color: #D1B572;
}
.TagClassName
{
border-color: #D1B572;
}
</style>