Shades of Putty #D2B077
Tints of Putty #D2B077
RGB
CMYK
RGB Variations
Color information
#D2B077 (or 0xD2B077) is known color: Putty. HEX triplet: D2, B0 and 77. RGB value is (210,176,119). Sum of RGB (Red+Green+Blue) = 210+176+119=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B077 is #2D4F88. Grayscale: #B3B3B3. Windows color (decimal): -2969481 or 7844050. OLE color: 7844050.
HSL color Cylindrical-coordinate representation of color #D2B077: hue angle of 37.58º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2B077 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 119 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.18 |
| HSL | 37.58º | 0.5% | 0.65% | - |
| HSV(B) | 37.58º | 0.43% | 0.82% | - |
| XYZ | 45.43 | 46.08 | 23.95 | - |
| YUV | 179.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 119 | 0 | 0.16 | 0.43 | 0.18 | 37.58 | 0.5 | 0.65 |
| Hex | D2 | B0 | 77 | 0 | 10 | 2B | 12 | 26 | 32 | 41 |
| Octal | 322 | 260 | 167 | 0 | 20 | 53 | 22 | 46 | 62 | 101 |
| Binary | 11010010 | 10110000 | 1110111 | 0 | 10000 | 101011 | 10010 | 100110 | 110010 | 1000001 |
Color Harmonies of #D2B077
Complementary color
Monochromatic Colors of #D2B077
Black with #D2B077
Text Example
Text Example
White with #D2B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B077; }
p { color: rgb(210,176,119); }
H1.HeaderClassName
{
color: #D2B077;
}
.AnyTagClassName
{
color: #D2B077;
}
</style>
background-color css
<style>
a { background-color: #D2B077; }
a { background-color: rgb(210,176,119); }
div.DivClassName
{
background-color: #D2B077;
}
.BgClassName
{
background-color: #D2B077;
}
</style>
border-color css
<style>
span { border-color: #D2B077; }
span { border-color: rgb(210,176,119); }
td.TdClassName
{
border-color: #D2B077;
}
.TagClassName
{
border-color: #D2B077;
}
</style>