Shades of Putty #D5A36F
Tints of Putty #D5A36F
RGB
CMYK
RGB Variations
Color information
#D5A36F (or 0xD5A36F) is known color: Putty. HEX triplet: D5, A3 and 6F. RGB value is (213,163,111). Sum of RGB (Red+Green+Blue) = 213+163+111=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A36F is #2A5C90. Grayscale: #ACACAC. Windows color (decimal): -2776209 or 7316437. OLE color: 7316437.
HSL color Cylindrical-coordinate representation of color #D5A36F: hue angle of 30.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A36F is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 111 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.16 |
| HSL | 30.59º | 0.55% | 0.64% | - |
| HSV(B) | 30.59º | 0.48% | 0.84% | - |
| XYZ | 43.41 | 41.49 | 20.76 | - |
| YUV | 172.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 111 | 0 | 0.23 | 0.48 | 0.16 | 30.59 | 0.55 | 0.64 |
| Hex | D5 | A3 | 6F | 0 | 17 | 30 | 10 | 1F | 37 | 40 |
| Octal | 325 | 243 | 157 | 0 | 27 | 60 | 20 | 37 | 67 | 100 |
| Binary | 11010101 | 10100011 | 1101111 | 0 | 10111 | 110000 | 10000 | 11111 | 110111 | 1000000 |
Color Harmonies of #D5A36F
Complementary color
Monochromatic Colors of #D5A36F
Black with #D5A36F
Text Example
Text Example
White with #D5A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A36F; }
p { color: rgb(213,163,111); }
H1.HeaderClassName
{
color: #D5A36F;
}
.AnyTagClassName
{
color: #D5A36F;
}
</style>
background-color css
<style>
a { background-color: #D5A36F; }
a { background-color: rgb(213,163,111); }
div.DivClassName
{
background-color: #D5A36F;
}
.BgClassName
{
background-color: #D5A36F;
}
</style>
border-color css
<style>
span { border-color: #D5A36F; }
span { border-color: rgb(213,163,111); }
td.TdClassName
{
border-color: #D5A36F;
}
.TagClassName
{
border-color: #D5A36F;
}
</style>