Shades of Putty #DAAC73
Tints of Putty #DAAC73
RGB
CMYK
RGB Variations
Color information
#DAAC73 (or 0xDAAC73) is known color: Putty. HEX triplet: DA, AC and 73. RGB value is (218,172,115). Sum of RGB (Red+Green+Blue) = 218+172+115=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC73 is #25538C. Grayscale: #B3B3B3. Windows color (decimal): -2446221 or 7580890. OLE color: 7580890.
HSL color Cylindrical-coordinate representation of color #DAAC73: hue angle of 33.2º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAAC73 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 115 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.15 |
| HSL | 33.2º | 0.58% | 0.65% | - |
| HSV(B) | 33.2º | 0.47% | 0.85% | - |
| XYZ | 46.76 | 45.65 | 22.57 | - |
| YUV | 179.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 115 | 0 | 0.21 | 0.47 | 0.15 | 33.2 | 0.58 | 0.65 |
| Hex | DA | AC | 73 | 0 | 15 | 2F | F | 21 | 3A | 41 |
| Octal | 332 | 254 | 163 | 0 | 25 | 57 | 17 | 41 | 72 | 101 |
| Binary | 11011010 | 10101100 | 1110011 | 0 | 10101 | 101111 | 1111 | 100001 | 111010 | 1000001 |
Color Harmonies of #DAAC73
Complementary color
Monochromatic Colors of #DAAC73
Black with #DAAC73
Text Example
Text Example
White with #DAAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC73; }
p { color: rgb(218,172,115); }
H1.HeaderClassName
{
color: #DAAC73;
}
.AnyTagClassName
{
color: #DAAC73;
}
</style>
background-color css
<style>
a { background-color: #DAAC73; }
a { background-color: rgb(218,172,115); }
div.DivClassName
{
background-color: #DAAC73;
}
.BgClassName
{
background-color: #DAAC73;
}
</style>
border-color css
<style>
span { border-color: #DAAC73; }
span { border-color: rgb(218,172,115); }
td.TdClassName
{
border-color: #DAAC73;
}
.TagClassName
{
border-color: #DAAC73;
}
</style>