Shades of Putty #D4A46B
Tints of Putty #D4A46B
RGB
CMYK
RGB Variations
Color information
#D4A46B (or 0xD4A46B) is known color: Putty. HEX triplet: D4, A4 and 6B. RGB value is (212,164,107). Sum of RGB (Red+Green+Blue) = 212+164+107=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A46B is #2B5B94. Grayscale: #ACACAC. Windows color (decimal): -2841493 or 7054548. OLE color: 7054548.
HSL color Cylindrical-coordinate representation of color #D4A46B: hue angle of 32.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A46B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 107 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.17 |
| HSL | 32.57º | 0.55% | 0.63% | - |
| HSV(B) | 32.57º | 0.5% | 0.83% | - |
| XYZ | 43.08 | 41.61 | 19.67 | - |
| YUV | 171.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 107 | 0 | 0.23 | 0.50 | 0.17 | 32.57 | 0.55 | 0.63 |
| Hex | D4 | A4 | 6B | 0 | 17 | 32 | 11 | 21 | 37 | 3F |
| Octal | 324 | 244 | 153 | 0 | 27 | 62 | 21 | 41 | 67 | 77 |
| Binary | 11010100 | 10100100 | 1101011 | 0 | 10111 | 110010 | 10001 | 100001 | 110111 | 111111 |
Color Harmonies of #D4A46B
Complementary color
Monochromatic Colors of #D4A46B
Black with #D4A46B
Text Example
Text Example
White with #D4A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A46B; }
p { color: rgb(212,164,107); }
H1.HeaderClassName
{
color: #D4A46B;
}
.AnyTagClassName
{
color: #D4A46B;
}
</style>
background-color css
<style>
a { background-color: #D4A46B; }
a { background-color: rgb(212,164,107); }
div.DivClassName
{
background-color: #D4A46B;
}
.BgClassName
{
background-color: #D4A46B;
}
</style>
border-color css
<style>
span { border-color: #D4A46B; }
span { border-color: rgb(212,164,107); }
td.TdClassName
{
border-color: #D4A46B;
}
.TagClassName
{
border-color: #D4A46B;
}
</style>