Shades of Putty #D6A76E
Tints of Putty #D6A76E
RGB
CMYK
RGB Variations
Color information
#D6A76E (or 0xD6A76E) is known color: Putty. HEX triplet: D6, A7 and 6E. RGB value is (214,167,110). Sum of RGB (Red+Green+Blue) = 214+167+110=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A76E is #295891. Grayscale: #AEAEAE. Windows color (decimal): -2709650 or 7251926. OLE color: 7251926.
HSL color Cylindrical-coordinate representation of color #D6A76E: hue angle of 32.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6A76E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 110 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.16 |
| HSL | 32.88º | 0.56% | 0.64% | - |
| HSV(B) | 32.88º | 0.49% | 0.84% | - |
| XYZ | 44.36 | 43.06 | 20.72 | - |
| YUV | 174.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 110 | 0 | 0.22 | 0.49 | 0.16 | 32.88 | 0.56 | 0.64 |
| Hex | D6 | A7 | 6E | 0 | 16 | 31 | 10 | 21 | 38 | 40 |
| Octal | 326 | 247 | 156 | 0 | 26 | 61 | 20 | 41 | 70 | 100 |
| Binary | 11010110 | 10100111 | 1101110 | 0 | 10110 | 110001 | 10000 | 100001 | 111000 | 1000000 |
Color Harmonies of #D6A76E
Complementary color
Monochromatic Colors of #D6A76E
Black with #D6A76E
Text Example
Text Example
White with #D6A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A76E; }
p { color: rgb(214,167,110); }
H1.HeaderClassName
{
color: #D6A76E;
}
.AnyTagClassName
{
color: #D6A76E;
}
</style>
background-color css
<style>
a { background-color: #D6A76E; }
a { background-color: rgb(214,167,110); }
div.DivClassName
{
background-color: #D6A76E;
}
.BgClassName
{
background-color: #D6A76E;
}
</style>
border-color css
<style>
span { border-color: #D6A76E; }
span { border-color: rgb(214,167,110); }
td.TdClassName
{
border-color: #D6A76E;
}
.TagClassName
{
border-color: #D6A76E;
}
</style>