Shades of Putty #DCAE6F
Tints of Putty #DCAE6F
RGB
CMYK
RGB Variations
Color information
#DCAE6F (or 0xDCAE6F) is known color: Putty. HEX triplet: DC, AE and 6F. RGB value is (220,174,111). Sum of RGB (Red+Green+Blue) = 220+174+111=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE6F is #235190. Grayscale: #B4B4B4. Windows color (decimal): -2314641 or 7319260. OLE color: 7319260.
HSL color Cylindrical-coordinate representation of color #DCAE6F: hue angle of 34.68º 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 #DCAE6F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 111 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.14 |
| HSL | 34.68º | 0.61% | 0.65% | - |
| HSV(B) | 34.68º | 0.5% | 0.86% | - |
| XYZ | 47.52 | 46.64 | 21.54 | - |
| YUV | 180.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 111 | 0 | 0.21 | 0.50 | 0.14 | 34.68 | 0.61 | 0.65 |
| Hex | DC | AE | 6F | 0 | 15 | 32 | E | 23 | 3D | 41 |
| Octal | 334 | 256 | 157 | 0 | 25 | 62 | 16 | 43 | 75 | 101 |
| Binary | 11011100 | 10101110 | 1101111 | 0 | 10101 | 110010 | 1110 | 100011 | 111101 | 1000001 |
Color Harmonies of #DCAE6F
Complementary color
Monochromatic Colors of #DCAE6F
Black with #DCAE6F
Text Example
Text Example
White with #DCAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE6F; }
p { color: rgb(220,174,111); }
H1.HeaderClassName
{
color: #DCAE6F;
}
.AnyTagClassName
{
color: #DCAE6F;
}
</style>
background-color css
<style>
a { background-color: #DCAE6F; }
a { background-color: rgb(220,174,111); }
div.DivClassName
{
background-color: #DCAE6F;
}
.BgClassName
{
background-color: #DCAE6F;
}
</style>
border-color css
<style>
span { border-color: #DCAE6F; }
span { border-color: rgb(220,174,111); }
td.TdClassName
{
border-color: #DCAE6F;
}
.TagClassName
{
border-color: #DCAE6F;
}
</style>