Shades of Putty #D6A46B
Tints of Putty #D6A46B
RGB
CMYK
RGB Variations
Color information
#D6A46B (or 0xD6A46B) is known color: Putty. HEX triplet: D6, A4 and 6B. RGB value is (214,164,107). Sum of RGB (Red+Green+Blue) = 214+164+107=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A46B is #295B94. Grayscale: #ACACAC. Windows color (decimal): -2710421 or 7054550. OLE color: 7054550.
HSL color Cylindrical-coordinate representation of color #D6A46B: hue angle of 31.96º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A46B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 107 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.16 |
| HSL | 31.96º | 0.57% | 0.63% | - |
| HSV(B) | 31.96º | 0.5% | 0.84% | - |
| XYZ | 43.66 | 41.91 | 19.7 | - |
| YUV | 172.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 107 | 0 | 0.23 | 0.50 | 0.16 | 31.96 | 0.57 | 0.63 |
| Hex | D6 | A4 | 6B | 0 | 17 | 32 | 10 | 20 | 39 | 3F |
| Octal | 326 | 244 | 153 | 0 | 27 | 62 | 20 | 40 | 71 | 77 |
| Binary | 11010110 | 10100100 | 1101011 | 0 | 10111 | 110010 | 10000 | 100000 | 111001 | 111111 |
Color Harmonies of #D6A46B
Complementary color
Monochromatic Colors of #D6A46B
Black with #D6A46B
Text Example
Text Example
White with #D6A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A46B; }
p { color: rgb(214,164,107); }
H1.HeaderClassName
{
color: #D6A46B;
}
.AnyTagClassName
{
color: #D6A46B;
}
</style>
background-color css
<style>
a { background-color: #D6A46B; }
a { background-color: rgb(214,164,107); }
div.DivClassName
{
background-color: #D6A46B;
}
.BgClassName
{
background-color: #D6A46B;
}
</style>
border-color css
<style>
span { border-color: #D6A46B; }
span { border-color: rgb(214,164,107); }
td.TdClassName
{
border-color: #D6A46B;
}
.TagClassName
{
border-color: #D6A46B;
}
</style>