Shades of Putty #D1B470
Tints of Putty #D1B470
RGB
CMYK
RGB Variations
Color information
#D1B470 (or 0xD1B470) is known color: Putty. HEX triplet: D1, B4 and 70. RGB value is (209,180,112). Sum of RGB (Red+Green+Blue) = 209+180+112=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B470 is #2E4B8F. Grayscale: #B5B5B5. Windows color (decimal): -3034000 or 7386321. OLE color: 7386321.
HSL color Cylindrical-coordinate representation of color #D1B470: hue angle of 42.06º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1B470 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 112 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.18 |
| HSL | 42.06º | 0.51% | 0.63% | - |
| HSV(B) | 42.06º | 0.46% | 0.82% | - |
| XYZ | 45.54 | 47.37 | 22.07 | - |
| YUV | 180.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 112 | 0 | 0.14 | 0.46 | 0.18 | 42.06 | 0.51 | 0.63 |
| Hex | D1 | B4 | 70 | 0 | E | 2E | 12 | 2A | 33 | 3F |
| Octal | 321 | 264 | 160 | 0 | 16 | 56 | 22 | 52 | 63 | 77 |
| Binary | 11010001 | 10110100 | 1110000 | 0 | 1110 | 101110 | 10010 | 101010 | 110011 | 111111 |
Color Harmonies of #D1B470
Complementary color
Monochromatic Colors of #D1B470
Black with #D1B470
Text Example
Text Example
White with #D1B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B470; }
p { color: rgb(209,180,112); }
H1.HeaderClassName
{
color: #D1B470;
}
.AnyTagClassName
{
color: #D1B470;
}
</style>
background-color css
<style>
a { background-color: #D1B470; }
a { background-color: rgb(209,180,112); }
div.DivClassName
{
background-color: #D1B470;
}
.BgClassName
{
background-color: #D1B470;
}
</style>
border-color css
<style>
span { border-color: #D1B470; }
span { border-color: rgb(209,180,112); }
td.TdClassName
{
border-color: #D1B470;
}
.TagClassName
{
border-color: #D1B470;
}
</style>