Shades of Putty #D6AD6C
Tints of Putty #D6AD6C
RGB
CMYK
RGB Variations
Color information
#D6AD6C (or 0xD6AD6C) is known color: Putty. HEX triplet: D6, AD and 6C. RGB value is (214,173,108). Sum of RGB (Red+Green+Blue) = 214+173+108=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6C is #295293. Grayscale: #B2B2B2. Windows color (decimal): -2708116 or 7122390. OLE color: 7122390.
HSL color Cylindrical-coordinate representation of color #D6AD6C: hue angle of 36.79º degrees, saturation: 0.56, 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 #D6AD6C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 108 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.16 |
| HSL | 36.79º | 0.56% | 0.63% | - |
| HSV(B) | 36.79º | 0.5% | 0.84% | - |
| XYZ | 45.38 | 45.27 | 20.53 | - |
| YUV | 177.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 108 | 0 | 0.19 | 0.50 | 0.16 | 36.79 | 0.56 | 0.63 |
| Hex | D6 | AD | 6C | 0 | 13 | 32 | 10 | 25 | 38 | 3F |
| Octal | 326 | 255 | 154 | 0 | 23 | 62 | 20 | 45 | 70 | 77 |
| Binary | 11010110 | 10101101 | 1101100 | 0 | 10011 | 110010 | 10000 | 100101 | 111000 | 111111 |
Color Harmonies of #D6AD6C
Complementary color
Monochromatic Colors of #D6AD6C
Black with #D6AD6C
Text Example
Text Example
White with #D6AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD6C; }
p { color: rgb(214,173,108); }
H1.HeaderClassName
{
color: #D6AD6C;
}
.AnyTagClassName
{
color: #D6AD6C;
}
</style>
background-color css
<style>
a { background-color: #D6AD6C; }
a { background-color: rgb(214,173,108); }
div.DivClassName
{
background-color: #D6AD6C;
}
.BgClassName
{
background-color: #D6AD6C;
}
</style>
border-color css
<style>
span { border-color: #D6AD6C; }
span { border-color: rgb(214,173,108); }
td.TdClassName
{
border-color: #D6AD6C;
}
.TagClassName
{
border-color: #D6AD6C;
}
</style>