Shades of Putty #D1B472
Tints of Putty #D1B472
RGB
CMYK
RGB Variations
Color information
#D1B472 (or 0xD1B472) is known color: Putty. HEX triplet: D1, B4 and 72. RGB value is (209,180,114). Sum of RGB (Red+Green+Blue) = 209+180+114=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B472 is #2E4B8D. Grayscale: #B5B5B5. Windows color (decimal): -3033998 or 7517393. OLE color: 7517393.
HSL color Cylindrical-coordinate representation of color #D1B472: hue angle of 41.68º 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 #D1B472 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 114 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.18 |
| HSL | 41.68º | 0.51% | 0.63% | - |
| HSV(B) | 41.68º | 0.45% | 0.82% | - |
| XYZ | 45.65 | 47.41 | 22.66 | - |
| YUV | 181.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 114 | 0 | 0.14 | 0.45 | 0.18 | 41.68 | 0.51 | 0.63 |
| Hex | D1 | B4 | 72 | 0 | E | 2D | 12 | 2A | 33 | 3F |
| Octal | 321 | 264 | 162 | 0 | 16 | 55 | 22 | 52 | 63 | 77 |
| Binary | 11010001 | 10110100 | 1110010 | 0 | 1110 | 101101 | 10010 | 101010 | 110011 | 111111 |
Color Harmonies of #D1B472
Complementary color
Monochromatic Colors of #D1B472
Black with #D1B472
Text Example
Text Example
White with #D1B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B472; }
p { color: rgb(209,180,114); }
H1.HeaderClassName
{
color: #D1B472;
}
.AnyTagClassName
{
color: #D1B472;
}
</style>
background-color css
<style>
a { background-color: #D1B472; }
a { background-color: rgb(209,180,114); }
div.DivClassName
{
background-color: #D1B472;
}
.BgClassName
{
background-color: #D1B472;
}
</style>
border-color css
<style>
span { border-color: #D1B472; }
span { border-color: rgb(209,180,114); }
td.TdClassName
{
border-color: #D1B472;
}
.TagClassName
{
border-color: #D1B472;
}
</style>