Shades of Putty #DCAB6F
Tints of Putty #DCAB6F
RGB
CMYK
RGB Variations
Color information
#DCAB6F (or 0xDCAB6F) is known color: Putty. HEX triplet: DC, AB and 6F. RGB value is (220,171,111). Sum of RGB (Red+Green+Blue) = 220+171+111=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB6F is #235490. Grayscale: #B3B3B3. Windows color (decimal): -2315409 or 7318492. OLE color: 7318492.
HSL color Cylindrical-coordinate representation of color #DCAB6F: hue angle of 33.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAB6F is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 111 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.14 |
| HSL | 33.03º | 0.61% | 0.65% | - |
| HSV(B) | 33.03º | 0.5% | 0.86% | - |
| XYZ | 46.95 | 45.49 | 21.34 | - |
| YUV | 178.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 111 | 0 | 0.22 | 0.50 | 0.14 | 33.03 | 0.61 | 0.65 |
| Hex | DC | AB | 6F | 0 | 16 | 32 | E | 21 | 3D | 41 |
| Octal | 334 | 253 | 157 | 0 | 26 | 62 | 16 | 41 | 75 | 101 |
| Binary | 11011100 | 10101011 | 1101111 | 0 | 10110 | 110010 | 1110 | 100001 | 111101 | 1000001 |
Color Harmonies of #DCAB6F
Complementary color
Monochromatic Colors of #DCAB6F
Black with #DCAB6F
Text Example
Text Example
White with #DCAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB6F; }
p { color: rgb(220,171,111); }
H1.HeaderClassName
{
color: #DCAB6F;
}
.AnyTagClassName
{
color: #DCAB6F;
}
</style>
background-color css
<style>
a { background-color: #DCAB6F; }
a { background-color: rgb(220,171,111); }
div.DivClassName
{
background-color: #DCAB6F;
}
.BgClassName
{
background-color: #DCAB6F;
}
</style>
border-color css
<style>
span { border-color: #DCAB6F; }
span { border-color: rgb(220,171,111); }
td.TdClassName
{
border-color: #DCAB6F;
}
.TagClassName
{
border-color: #DCAB6F;
}
</style>