Shades of Putty #D1B06F
Tints of Putty #D1B06F
RGB
CMYK
RGB Variations
Color information
#D1B06F (or 0xD1B06F) is known color: Putty. HEX triplet: D1, B0 and 6F. RGB value is (209,176,111). Sum of RGB (Red+Green+Blue) = 209+176+111=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B06F is #2E4F90. Grayscale: #B2B2B2. Windows color (decimal): -3035025 or 7319761. OLE color: 7319761.
HSL color Cylindrical-coordinate representation of color #D1B06F: hue angle of 39.8º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1B06F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 111 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.18 |
| HSL | 39.8º | 0.52% | 0.63% | - |
| HSV(B) | 39.8º | 0.47% | 0.82% | - |
| XYZ | 44.69 | 45.75 | 21.51 | - |
| YUV | 178.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 111 | 0 | 0.16 | 0.47 | 0.18 | 39.8 | 0.52 | 0.63 |
| Hex | D1 | B0 | 6F | 0 | 10 | 2F | 12 | 28 | 34 | 3F |
| Octal | 321 | 260 | 157 | 0 | 20 | 57 | 22 | 50 | 64 | 77 |
| Binary | 11010001 | 10110000 | 1101111 | 0 | 10000 | 101111 | 10010 | 101000 | 110100 | 111111 |
Color Harmonies of #D1B06F
Complementary color
Monochromatic Colors of #D1B06F
Black with #D1B06F
Text Example
Text Example
White with #D1B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B06F; }
p { color: rgb(209,176,111); }
H1.HeaderClassName
{
color: #D1B06F;
}
.AnyTagClassName
{
color: #D1B06F;
}
</style>
background-color css
<style>
a { background-color: #D1B06F; }
a { background-color: rgb(209,176,111); }
div.DivClassName
{
background-color: #D1B06F;
}
.BgClassName
{
background-color: #D1B06F;
}
</style>
border-color css
<style>
span { border-color: #D1B06F; }
span { border-color: rgb(209,176,111); }
td.TdClassName
{
border-color: #D1B06F;
}
.TagClassName
{
border-color: #D1B06F;
}
</style>