Shades of Putty #DCAE70
Tints of Putty #DCAE70
RGB
CMYK
RGB Variations
Color information
#DCAE70 (or 0xDCAE70) is known color: Putty. HEX triplet: DC, AE and 70. RGB value is (220,174,112). Sum of RGB (Red+Green+Blue) = 220+174+112=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE70 is #23518F. Grayscale: #B4B4B4. Windows color (decimal): -2314640 or 7384796. OLE color: 7384796.
HSL color Cylindrical-coordinate representation of color #DCAE70: hue angle of 34.44º 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 #DCAE70 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 112 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.14 |
| HSL | 34.44º | 0.61% | 0.65% | - |
| HSV(B) | 34.44º | 0.49% | 0.86% | - |
| XYZ | 47.58 | 46.66 | 21.83 | - |
| YUV | 180.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 112 | 0 | 0.21 | 0.49 | 0.14 | 34.44 | 0.61 | 0.65 |
| Hex | DC | AE | 70 | 0 | 15 | 31 | E | 22 | 3D | 41 |
| Octal | 334 | 256 | 160 | 0 | 25 | 61 | 16 | 42 | 75 | 101 |
| Binary | 11011100 | 10101110 | 1110000 | 0 | 10101 | 110001 | 1110 | 100010 | 111101 | 1000001 |
Color Harmonies of #DCAE70
Complementary color
Monochromatic Colors of #DCAE70
Black with #DCAE70
Text Example
Text Example
White with #DCAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE70; }
p { color: rgb(220,174,112); }
H1.HeaderClassName
{
color: #DCAE70;
}
.AnyTagClassName
{
color: #DCAE70;
}
</style>
background-color css
<style>
a { background-color: #DCAE70; }
a { background-color: rgb(220,174,112); }
div.DivClassName
{
background-color: #DCAE70;
}
.BgClassName
{
background-color: #DCAE70;
}
</style>
border-color css
<style>
span { border-color: #DCAE70; }
span { border-color: rgb(220,174,112); }
td.TdClassName
{
border-color: #DCAE70;
}
.TagClassName
{
border-color: #DCAE70;
}
</style>