Shades of Putty #D4A26B
Tints of Putty #D4A26B
RGB
CMYK
RGB Variations
Color information
#D4A26B (or 0xD4A26B) is known color: Putty. HEX triplet: D4, A2 and 6B. RGB value is (212,162,107). Sum of RGB (Red+Green+Blue) = 212+162+107=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A26B is #2B5D94. Grayscale: #AAAAAA. Windows color (decimal): -2842005 or 7054036. OLE color: 7054036.
HSL color Cylindrical-coordinate representation of color #D4A26B: hue angle of 31.43º 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 #D4A26B is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 107 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.17 |
| HSL | 31.43º | 0.55% | 0.63% | - |
| HSV(B) | 31.43º | 0.5% | 0.83% | - |
| XYZ | 42.73 | 40.9 | 19.55 | - |
| YUV | 170.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 107 | 0 | 0.24 | 0.50 | 0.17 | 31.43 | 0.55 | 0.63 |
| Hex | D4 | A2 | 6B | 0 | 18 | 32 | 11 | 1F | 37 | 3F |
| Octal | 324 | 242 | 153 | 0 | 30 | 62 | 21 | 37 | 67 | 77 |
| Binary | 11010100 | 10100010 | 1101011 | 0 | 11000 | 110010 | 10001 | 11111 | 110111 | 111111 |
Color Harmonies of #D4A26B
Complementary color
Monochromatic Colors of #D4A26B
Black with #D4A26B
Text Example
Text Example
White with #D4A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A26B; }
p { color: rgb(212,162,107); }
H1.HeaderClassName
{
color: #D4A26B;
}
.AnyTagClassName
{
color: #D4A26B;
}
</style>
background-color css
<style>
a { background-color: #D4A26B; }
a { background-color: rgb(212,162,107); }
div.DivClassName
{
background-color: #D4A26B;
}
.BgClassName
{
background-color: #D4A26B;
}
</style>
border-color css
<style>
span { border-color: #D4A26B; }
span { border-color: rgb(212,162,107); }
td.TdClassName
{
border-color: #D4A26B;
}
.TagClassName
{
border-color: #D4A26B;
}
</style>