Shades of Putty #DCB071
Tints of Putty #DCB071
RGB
CMYK
RGB Variations
Color information
#DCB071 (or 0xDCB071) is known color: Putty. HEX triplet: DC, B0 and 71. RGB value is (220,176,113). Sum of RGB (Red+Green+Blue) = 220+176+113=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB071 is #234F8E. Grayscale: #B6B6B6. Windows color (decimal): -2314127 or 7450844. OLE color: 7450844.
HSL color Cylindrical-coordinate representation of color #DCB071: hue angle of 35.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCB071 is Cyan = 0, Magento = 0.2, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 113 | - |
| CMYK | 0 | 0.2 | 0.49 | 0.14 |
| HSL | 35.33º | 0.6% | 0.65% | - |
| HSV(B) | 35.33º | 0.49% | 0.86% | - |
| XYZ | 48.02 | 47.46 | 22.25 | - |
| YUV | 181.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 113 | 0 | 0.2 | 0.49 | 0.14 | 35.33 | 0.6 | 0.65 |
| Hex | DC | B0 | 71 | 0 | 14 | 31 | E | 23 | 3C | 41 |
| Octal | 334 | 260 | 161 | 0 | 24 | 61 | 16 | 43 | 74 | 101 |
| Binary | 11011100 | 10110000 | 1110001 | 0 | 10100 | 110001 | 1110 | 100011 | 111100 | 1000001 |
Color Harmonies of #DCB071
Complementary color
Monochromatic Colors of #DCB071
Black with #DCB071
Text Example
Text Example
White with #DCB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB071; }
p { color: rgb(220,176,113); }
H1.HeaderClassName
{
color: #DCB071;
}
.AnyTagClassName
{
color: #DCB071;
}
</style>
background-color css
<style>
a { background-color: #DCB071; }
a { background-color: rgb(220,176,113); }
div.DivClassName
{
background-color: #DCB071;
}
.BgClassName
{
background-color: #DCB071;
}
</style>
border-color css
<style>
span { border-color: #DCB071; }
span { border-color: rgb(220,176,113); }
td.TdClassName
{
border-color: #DCB071;
}
.TagClassName
{
border-color: #DCB071;
}
</style>