Shades of Putty #DAAB6D
Tints of Putty #DAAB6D
RGB
CMYK
RGB Variations
Color information
#DAAB6D (or 0xDAAB6D) is known color: Putty. HEX triplet: DA, AB and 6D. RGB value is (218,171,109). Sum of RGB (Red+Green+Blue) = 218+171+109=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB6D is #255492. Grayscale: #B2B2B2. Windows color (decimal): -2446483 or 7187418. OLE color: 7187418.
HSL color Cylindrical-coordinate representation of color #DAAB6D: hue angle of 34.13º 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 #DAAB6D is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 109 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.15 |
| HSL | 34.13º | 0.6% | 0.64% | - |
| HSV(B) | 34.13º | 0.5% | 0.85% | - |
| XYZ | 46.24 | 45.14 | 20.74 | - |
| YUV | 177.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 109 | 0 | 0.22 | 0.5 | 0.15 | 34.13 | 0.6 | 0.64 |
| Hex | DA | AB | 6D | 0 | 16 | 32 | F | 22 | 3C | 40 |
| Octal | 332 | 253 | 155 | 0 | 26 | 62 | 17 | 42 | 74 | 100 |
| Binary | 11011010 | 10101011 | 1101101 | 0 | 10110 | 110010 | 1111 | 100010 | 111100 | 1000000 |
Color Harmonies of #DAAB6D
Complementary color
Monochromatic Colors of #DAAB6D
Black with #DAAB6D
Text Example
Text Example
White with #DAAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB6D; }
p { color: rgb(218,171,109); }
H1.HeaderClassName
{
color: #DAAB6D;
}
.AnyTagClassName
{
color: #DAAB6D;
}
</style>
background-color css
<style>
a { background-color: #DAAB6D; }
a { background-color: rgb(218,171,109); }
div.DivClassName
{
background-color: #DAAB6D;
}
.BgClassName
{
background-color: #DAAB6D;
}
</style>
border-color css
<style>
span { border-color: #DAAB6D; }
span { border-color: rgb(218,171,109); }
td.TdClassName
{
border-color: #DAAB6D;
}
.TagClassName
{
border-color: #DAAB6D;
}
</style>