Shades of Putty #DCAB70
Tints of Putty #DCAB70
RGB
CMYK
RGB Variations
Color information
#DCAB70 (or 0xDCAB70) is known color: Putty. HEX triplet: DC, AB and 70. RGB value is (220,171,112). Sum of RGB (Red+Green+Blue) = 220+171+112=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB70 is #23548F. Grayscale: #B3B3B3. Windows color (decimal): -2315408 or 7384028. OLE color: 7384028.
HSL color Cylindrical-coordinate representation of color #DCAB70: hue angle of 32.78º degrees, saturation: 0.61, 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 #DCAB70 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 112 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.14 |
| HSL | 32.78º | 0.61% | 0.65% | - |
| HSV(B) | 32.78º | 0.49% | 0.86% | - |
| XYZ | 47 | 45.51 | 21.64 | - |
| YUV | 178.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 112 | 0 | 0.22 | 0.49 | 0.14 | 32.78 | 0.61 | 0.65 |
| Hex | DC | AB | 70 | 0 | 16 | 31 | E | 21 | 3D | 41 |
| Octal | 334 | 253 | 160 | 0 | 26 | 61 | 16 | 41 | 75 | 101 |
| Binary | 11011100 | 10101011 | 1110000 | 0 | 10110 | 110001 | 1110 | 100001 | 111101 | 1000001 |
Color Harmonies of #DCAB70
Complementary color
Monochromatic Colors of #DCAB70
Black with #DCAB70
Text Example
Text Example
White with #DCAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB70; }
p { color: rgb(220,171,112); }
H1.HeaderClassName
{
color: #DCAB70;
}
.AnyTagClassName
{
color: #DCAB70;
}
</style>
background-color css
<style>
a { background-color: #DCAB70; }
a { background-color: rgb(220,171,112); }
div.DivClassName
{
background-color: #DCAB70;
}
.BgClassName
{
background-color: #DCAB70;
}
</style>
border-color css
<style>
span { border-color: #DCAB70; }
span { border-color: rgb(220,171,112); }
td.TdClassName
{
border-color: #DCAB70;
}
.TagClassName
{
border-color: #DCAB70;
}
</style>