Shades of Putty #D5A76E
Tints of Putty #D5A76E
RGB
CMYK
RGB Variations
Color information
#D5A76E (or 0xD5A76E) is known color: Putty. HEX triplet: D5, A7 and 6E. RGB value is (213,167,110). Sum of RGB (Red+Green+Blue) = 213+167+110=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A76E is #2A5891. Grayscale: #AEAEAE. Windows color (decimal): -2775186 or 7251925. OLE color: 7251925.
HSL color Cylindrical-coordinate representation of color #D5A76E: hue angle of 33.2º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A76E is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 110 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.16 |
| HSL | 33.2º | 0.55% | 0.63% | - |
| HSV(B) | 33.2º | 0.48% | 0.84% | - |
| XYZ | 44.07 | 42.91 | 20.71 | - |
| YUV | 174.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 110 | 0 | 0.22 | 0.48 | 0.16 | 33.2 | 0.55 | 0.63 |
| Hex | D5 | A7 | 6E | 0 | 16 | 30 | 10 | 21 | 37 | 3F |
| Octal | 325 | 247 | 156 | 0 | 26 | 60 | 20 | 41 | 67 | 77 |
| Binary | 11010101 | 10100111 | 1101110 | 0 | 10110 | 110000 | 10000 | 100001 | 110111 | 111111 |
Color Harmonies of #D5A76E
Complementary color
Monochromatic Colors of #D5A76E
Black with #D5A76E
Text Example
Text Example
White with #D5A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A76E; }
p { color: rgb(213,167,110); }
H1.HeaderClassName
{
color: #D5A76E;
}
.AnyTagClassName
{
color: #D5A76E;
}
</style>
background-color css
<style>
a { background-color: #D5A76E; }
a { background-color: rgb(213,167,110); }
div.DivClassName
{
background-color: #D5A76E;
}
.BgClassName
{
background-color: #D5A76E;
}
</style>
border-color css
<style>
span { border-color: #D5A76E; }
span { border-color: rgb(213,167,110); }
td.TdClassName
{
border-color: #D5A76E;
}
.TagClassName
{
border-color: #D5A76E;
}
</style>