Shades of Putty #DCB173
Tints of Putty #DCB173
RGB
CMYK
RGB Variations
Color information
#DCB173 (or 0xDCB173) is known color: Putty. HEX triplet: DC, B1 and 73. RGB value is (220,177,115). Sum of RGB (Red+Green+Blue) = 220+177+115=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB173 is #234E8C. Grayscale: #B7B7B7. Windows color (decimal): -2313869 or 7582172. OLE color: 7582172.
HSL color Cylindrical-coordinate representation of color #DCB173: hue angle of 35.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB173 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 115 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.14 |
| HSL | 35.43º | 0.6% | 0.66% | - |
| HSV(B) | 35.43º | 0.48% | 0.86% | - |
| XYZ | 48.33 | 47.9 | 22.92 | - |
| YUV | 182.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 115 | 0 | 0.20 | 0.48 | 0.14 | 35.43 | 0.6 | 0.66 |
| Hex | DC | B1 | 73 | 0 | 14 | 30 | E | 23 | 3C | 42 |
| Octal | 334 | 261 | 163 | 0 | 24 | 60 | 16 | 43 | 74 | 102 |
| Binary | 11011100 | 10110001 | 1110011 | 0 | 10100 | 110000 | 1110 | 100011 | 111100 | 1000010 |
Color Harmonies of #DCB173
Complementary color
Monochromatic Colors of #DCB173
Black with #DCB173
Text Example
Text Example
White with #DCB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB173; }
p { color: rgb(220,177,115); }
H1.HeaderClassName
{
color: #DCB173;
}
.AnyTagClassName
{
color: #DCB173;
}
</style>
background-color css
<style>
a { background-color: #DCB173; }
a { background-color: rgb(220,177,115); }
div.DivClassName
{
background-color: #DCB173;
}
.BgClassName
{
background-color: #DCB173;
}
</style>
border-color css
<style>
span { border-color: #DCB173; }
span { border-color: rgb(220,177,115); }
td.TdClassName
{
border-color: #DCB173;
}
.TagClassName
{
border-color: #DCB173;
}
</style>