Shades of Putty #D1B76C
Tints of Putty #D1B76C
RGB
CMYK
RGB Variations
Color information
#D1B76C (or 0xD1B76C) is known color: Putty. HEX triplet: D1, B7 and 6C. RGB value is (209,183,108). Sum of RGB (Red+Green+Blue) = 209+183+108=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B76C is #2E4893. Grayscale: #B6B6B6. Windows color (decimal): -3033236 or 7124945. OLE color: 7124945.
HSL color Cylindrical-coordinate representation of color #D1B76C: hue angle of 44.55º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1B76C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 108 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.18 |
| HSL | 44.55º | 0.52% | 0.62% | - |
| HSV(B) | 44.55º | 0.48% | 0.82% | - |
| XYZ | 45.93 | 48.5 | 21.13 | - |
| YUV | 182.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 108 | 0 | 0.12 | 0.48 | 0.18 | 44.55 | 0.52 | 0.62 |
| Hex | D1 | B7 | 6C | 0 | C | 30 | 12 | 2D | 34 | 3E |
| Octal | 321 | 267 | 154 | 0 | 14 | 60 | 22 | 55 | 64 | 76 |
| Binary | 11010001 | 10110111 | 1101100 | 0 | 1100 | 110000 | 10010 | 101101 | 110100 | 111110 |
Color Harmonies of #D1B76C
Complementary color
Monochromatic Colors of #D1B76C
Black with #D1B76C
Text Example
Text Example
White with #D1B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B76C; }
p { color: rgb(209,183,108); }
H1.HeaderClassName
{
color: #D1B76C;
}
.AnyTagClassName
{
color: #D1B76C;
}
</style>
background-color css
<style>
a { background-color: #D1B76C; }
a { background-color: rgb(209,183,108); }
div.DivClassName
{
background-color: #D1B76C;
}
.BgClassName
{
background-color: #D1B76C;
}
</style>
border-color css
<style>
span { border-color: #D1B76C; }
span { border-color: rgb(209,183,108); }
td.TdClassName
{
border-color: #D1B76C;
}
.TagClassName
{
border-color: #D1B76C;
}
</style>