Shades of Putty #DCB172
Tints of Putty #DCB172
RGB
CMYK
RGB Variations
Color information
#DCB172 (or 0xDCB172) is known color: Putty. HEX triplet: DC, B1 and 72. RGB value is (220,177,114). Sum of RGB (Red+Green+Blue) = 220+177+114=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB172 is #234E8D. Grayscale: #B6B6B6. Windows color (decimal): -2313870 or 7516636. OLE color: 7516636.
HSL color Cylindrical-coordinate representation of color #DCB172: hue angle of 35.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB172 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 114 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.14 |
| HSL | 35.66º | 0.6% | 0.65% | - |
| HSV(B) | 35.66º | 0.48% | 0.86% | - |
| XYZ | 48.27 | 47.87 | 22.62 | - |
| YUV | 182.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 114 | 0 | 0.20 | 0.48 | 0.14 | 35.66 | 0.6 | 0.65 |
| Hex | DC | B1 | 72 | 0 | 14 | 30 | E | 24 | 3C | 41 |
| Octal | 334 | 261 | 162 | 0 | 24 | 60 | 16 | 44 | 74 | 101 |
| Binary | 11011100 | 10110001 | 1110010 | 0 | 10100 | 110000 | 1110 | 100100 | 111100 | 1000001 |
Color Harmonies of #DCB172
Complementary color
Monochromatic Colors of #DCB172
Black with #DCB172
Text Example
Text Example
White with #DCB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB172; }
p { color: rgb(220,177,114); }
H1.HeaderClassName
{
color: #DCB172;
}
.AnyTagClassName
{
color: #DCB172;
}
</style>
background-color css
<style>
a { background-color: #DCB172; }
a { background-color: rgb(220,177,114); }
div.DivClassName
{
background-color: #DCB172;
}
.BgClassName
{
background-color: #DCB172;
}
</style>
border-color css
<style>
span { border-color: #DCB172; }
span { border-color: rgb(220,177,114); }
td.TdClassName
{
border-color: #DCB172;
}
.TagClassName
{
border-color: #DCB172;
}
</style>