Shades of Putty #DAAC6D
Tints of Putty #DAAC6D
RGB
CMYK
RGB Variations
Color information
#DAAC6D (or 0xDAAC6D) is known color: Putty. HEX triplet: DA, AC and 6D. RGB value is (218,172,109). Sum of RGB (Red+Green+Blue) = 218+172+109=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC6D is #255392. Grayscale: #B2B2B2. Windows color (decimal): -2446227 or 7187674. OLE color: 7187674.
HSL color Cylindrical-coordinate representation of color #DAAC6D: hue angle of 34.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAAC6D is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 109 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.15 |
| HSL | 34.68º | 0.6% | 0.64% | - |
| HSV(B) | 34.68º | 0.5% | 0.85% | - |
| XYZ | 46.43 | 45.51 | 20.81 | - |
| YUV | 178.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 109 | 0 | 0.21 | 0.5 | 0.15 | 34.68 | 0.6 | 0.64 |
| Hex | DA | AC | 6D | 0 | 15 | 32 | F | 23 | 3C | 40 |
| Octal | 332 | 254 | 155 | 0 | 25 | 62 | 17 | 43 | 74 | 100 |
| Binary | 11011010 | 10101100 | 1101101 | 0 | 10101 | 110010 | 1111 | 100011 | 111100 | 1000000 |
Color Harmonies of #DAAC6D
Complementary color
Monochromatic Colors of #DAAC6D
Black with #DAAC6D
Text Example
Text Example
White with #DAAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC6D; }
p { color: rgb(218,172,109); }
H1.HeaderClassName
{
color: #DAAC6D;
}
.AnyTagClassName
{
color: #DAAC6D;
}
</style>
background-color css
<style>
a { background-color: #DAAC6D; }
a { background-color: rgb(218,172,109); }
div.DivClassName
{
background-color: #DAAC6D;
}
.BgClassName
{
background-color: #DAAC6D;
}
</style>
border-color css
<style>
span { border-color: #DAAC6D; }
span { border-color: rgb(218,172,109); }
td.TdClassName
{
border-color: #DAAC6D;
}
.TagClassName
{
border-color: #DAAC6D;
}
</style>