Shades of Putty #D1B069
Tints of Putty #D1B069
RGB
CMYK
RGB Variations
Color information
#D1B069 (or 0xD1B069) is known color: Putty. HEX triplet: D1, B0 and 69. RGB value is (209,176,105). Sum of RGB (Red+Green+Blue) = 209+176+105=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B069 is #2E4F96. Grayscale: #B2B2B2. Windows color (decimal): -3035031 or 6926545. OLE color: 6926545.
HSL color Cylindrical-coordinate representation of color #D1B069: hue angle of 40.96º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1B069 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 105 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.18 |
| HSL | 40.96º | 0.53% | 0.62% | - |
| HSV(B) | 40.96º | 0.5% | 0.82% | - |
| XYZ | 44.37 | 45.63 | 19.83 | - |
| YUV | 177.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 105 | 0 | 0.16 | 0.50 | 0.18 | 40.96 | 0.53 | 0.62 |
| Hex | D1 | B0 | 69 | 0 | 10 | 32 | 12 | 29 | 35 | 3E |
| Octal | 321 | 260 | 151 | 0 | 20 | 62 | 22 | 51 | 65 | 76 |
| Binary | 11010001 | 10110000 | 1101001 | 0 | 10000 | 110010 | 10010 | 101001 | 110101 | 111110 |
Color Harmonies of #D1B069
Complementary color
Monochromatic Colors of #D1B069
Black with #D1B069
Text Example
Text Example
White with #D1B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B069; }
p { color: rgb(209,176,105); }
H1.HeaderClassName
{
color: #D1B069;
}
.AnyTagClassName
{
color: #D1B069;
}
</style>
background-color css
<style>
a { background-color: #D1B069; }
a { background-color: rgb(209,176,105); }
div.DivClassName
{
background-color: #D1B069;
}
.BgClassName
{
background-color: #D1B069;
}
</style>
border-color css
<style>
span { border-color: #D1B069; }
span { border-color: rgb(209,176,105); }
td.TdClassName
{
border-color: #D1B069;
}
.TagClassName
{
border-color: #D1B069;
}
</style>