Shades of Putty #D4A46A
Tints of Putty #D4A46A
RGB
CMYK
RGB Variations
Color information
#D4A46A (or 0xD4A46A) is known color: Putty. HEX triplet: D4, A4 and 6A. RGB value is (212,164,106). Sum of RGB (Red+Green+Blue) = 212+164+106=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A46A is #2B5B95. Grayscale: #ACACAC. Windows color (decimal): -2841494 or 6989012. OLE color: 6989012.
HSL color Cylindrical-coordinate representation of color #D4A46A: hue angle of 32.83º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A46A is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 106 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.17 |
| HSL | 32.83º | 0.55% | 0.62% | - |
| HSV(B) | 32.83º | 0.5% | 0.83% | - |
| XYZ | 43.03 | 41.59 | 19.4 | - |
| YUV | 171.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 106 | 0 | 0.23 | 0.5 | 0.17 | 32.83 | 0.55 | 0.62 |
| Hex | D4 | A4 | 6A | 0 | 17 | 32 | 11 | 21 | 37 | 3E |
| Octal | 324 | 244 | 152 | 0 | 27 | 62 | 21 | 41 | 67 | 76 |
| Binary | 11010100 | 10100100 | 1101010 | 0 | 10111 | 110010 | 10001 | 100001 | 110111 | 111110 |
Color Harmonies of #D4A46A
Complementary color
Monochromatic Colors of #D4A46A
Black with #D4A46A
Text Example
Text Example
White with #D4A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A46A; }
p { color: rgb(212,164,106); }
H1.HeaderClassName
{
color: #D4A46A;
}
.AnyTagClassName
{
color: #D4A46A;
}
</style>
background-color css
<style>
a { background-color: #D4A46A; }
a { background-color: rgb(212,164,106); }
div.DivClassName
{
background-color: #D4A46A;
}
.BgClassName
{
background-color: #D4A46A;
}
</style>
border-color css
<style>
span { border-color: #D4A46A; }
span { border-color: rgb(212,164,106); }
td.TdClassName
{
border-color: #D4A46A;
}
.TagClassName
{
border-color: #D4A46A;
}
</style>