Shades of Putty #D1B077
Tints of Putty #D1B077
RGB
CMYK
RGB Variations
Color information
#D1B077 (or 0xD1B077) is known color: Putty. HEX triplet: D1, B0 and 77. RGB value is (209,176,119). Sum of RGB (Red+Green+Blue) = 209+176+119=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B077 is #2E4F88. Grayscale: #B3B3B3. Windows color (decimal): -3035017 or 7844049. OLE color: 7844049.
HSL color Cylindrical-coordinate representation of color #D1B077: hue angle of 38º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1B077 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 119 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.18 |
| HSL | 38º | 0.49% | 0.64% | - |
| HSV(B) | 38º | 0.43% | 0.82% | - |
| XYZ | 45.15 | 45.94 | 23.94 | - |
| YUV | 179.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 119 | 0 | 0.16 | 0.43 | 0.18 | 38 | 0.49 | 0.64 |
| Hex | D1 | B0 | 77 | 0 | 10 | 2B | 12 | 26 | 31 | 40 |
| Octal | 321 | 260 | 167 | 0 | 20 | 53 | 22 | 46 | 61 | 100 |
| Binary | 11010001 | 10110000 | 1110111 | 0 | 10000 | 101011 | 10010 | 100110 | 110001 | 1000000 |
Color Harmonies of #D1B077
Complementary color
Monochromatic Colors of #D1B077
Black with #D1B077
Text Example
Text Example
White with #D1B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B077; }
p { color: rgb(209,176,119); }
H1.HeaderClassName
{
color: #D1B077;
}
.AnyTagClassName
{
color: #D1B077;
}
</style>
background-color css
<style>
a { background-color: #D1B077; }
a { background-color: rgb(209,176,119); }
div.DivClassName
{
background-color: #D1B077;
}
.BgClassName
{
background-color: #D1B077;
}
</style>
border-color css
<style>
span { border-color: #D1B077; }
span { border-color: rgb(209,176,119); }
td.TdClassName
{
border-color: #D1B077;
}
.TagClassName
{
border-color: #D1B077;
}
</style>