Shades of Putty #D0B173
Tints of Putty #D0B173
RGB
CMYK
RGB Variations
Color information
#D0B173 (or 0xD0B173) is known color: Putty. HEX triplet: D0, B1 and 73. RGB value is (208,177,115). Sum of RGB (Red+Green+Blue) = 208+177+115=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B173 is #2F4E8C. Grayscale: #B3B3B3. Windows color (decimal): -3100301 or 7582160. OLE color: 7582160.
HSL color Cylindrical-coordinate representation of color #D0B173: hue angle of 40º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0B173 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 115 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.18 |
| HSL | 40º | 0.5% | 0.63% | - |
| HSV(B) | 40º | 0.45% | 0.82% | - |
| XYZ | 44.83 | 46.09 | 22.75 | - |
| YUV | 179.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 115 | 0 | 0.15 | 0.45 | 0.18 | 40 | 0.5 | 0.63 |
| Hex | D0 | B1 | 73 | 0 | F | 2D | 12 | 28 | 32 | 3F |
| Octal | 320 | 261 | 163 | 0 | 17 | 55 | 22 | 50 | 62 | 77 |
| Binary | 11010000 | 10110001 | 1110011 | 0 | 1111 | 101101 | 10010 | 101000 | 110010 | 111111 |
Color Harmonies of #D0B173
Complementary color
Monochromatic Colors of #D0B173
Black with #D0B173
Text Example
Text Example
White with #D0B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B173; }
p { color: rgb(208,177,115); }
H1.HeaderClassName
{
color: #D0B173;
}
.AnyTagClassName
{
color: #D0B173;
}
</style>
background-color css
<style>
a { background-color: #D0B173; }
a { background-color: rgb(208,177,115); }
div.DivClassName
{
background-color: #D0B173;
}
.BgClassName
{
background-color: #D0B173;
}
</style>
border-color css
<style>
span { border-color: #D0B173; }
span { border-color: rgb(208,177,115); }
td.TdClassName
{
border-color: #D0B173;
}
.TagClassName
{
border-color: #D0B173;
}
</style>