Shades of Putty #D4A56A
Tints of Putty #D4A56A
RGB
CMYK
RGB Variations
Color information
#D4A56A (or 0xD4A56A) is known color: Putty. HEX triplet: D4, A5 and 6A. RGB value is (212,165,106). Sum of RGB (Red+Green+Blue) = 212+165+106=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A56A is #2B5A95. Grayscale: #ACACAC. Windows color (decimal): -2841238 or 6989268. OLE color: 6989268.
HSL color Cylindrical-coordinate representation of color #D4A56A: hue angle of 33.4º 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 #D4A56A is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 106 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.17 |
| HSL | 33.4º | 0.55% | 0.62% | - |
| HSV(B) | 33.4º | 0.5% | 0.83% | - |
| XYZ | 43.21 | 41.95 | 19.46 | - |
| YUV | 172.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 106 | 0 | 0.22 | 0.5 | 0.17 | 33.4 | 0.55 | 0.62 |
| Hex | D4 | A5 | 6A | 0 | 16 | 32 | 11 | 21 | 37 | 3E |
| Octal | 324 | 245 | 152 | 0 | 26 | 62 | 21 | 41 | 67 | 76 |
| Binary | 11010100 | 10100101 | 1101010 | 0 | 10110 | 110010 | 10001 | 100001 | 110111 | 111110 |
Color Harmonies of #D4A56A
Complementary color
Monochromatic Colors of #D4A56A
Black with #D4A56A
Text Example
Text Example
White with #D4A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A56A; }
p { color: rgb(212,165,106); }
H1.HeaderClassName
{
color: #D4A56A;
}
.AnyTagClassName
{
color: #D4A56A;
}
</style>
background-color css
<style>
a { background-color: #D4A56A; }
a { background-color: rgb(212,165,106); }
div.DivClassName
{
background-color: #D4A56A;
}
.BgClassName
{
background-color: #D4A56A;
}
</style>
border-color css
<style>
span { border-color: #D4A56A; }
span { border-color: rgb(212,165,106); }
td.TdClassName
{
border-color: #D4A56A;
}
.TagClassName
{
border-color: #D4A56A;
}
</style>