Shades of Putty #D5AF6C
Tints of Putty #D5AF6C
RGB
CMYK
RGB Variations
Color information
#D5AF6C (or 0xD5AF6C) is known color: Putty. HEX triplet: D5, AF and 6C. RGB value is (213,175,108). Sum of RGB (Red+Green+Blue) = 213+175+108=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF6C is #2A5093. Grayscale: #B3B3B3. Windows color (decimal): -2773140 or 7122901. OLE color: 7122901.
HSL color Cylindrical-coordinate representation of color #D5AF6C: hue angle of 38.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5AF6C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 108 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.16 |
| HSL | 38.29º | 0.56% | 0.63% | - |
| HSV(B) | 38.29º | 0.49% | 0.84% | - |
| XYZ | 45.48 | 45.89 | 20.65 | - |
| YUV | 178.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 108 | 0 | 0.18 | 0.49 | 0.16 | 38.29 | 0.56 | 0.63 |
| Hex | D5 | AF | 6C | 0 | 12 | 31 | 10 | 26 | 38 | 3F |
| Octal | 325 | 257 | 154 | 0 | 22 | 61 | 20 | 46 | 70 | 77 |
| Binary | 11010101 | 10101111 | 1101100 | 0 | 10010 | 110001 | 10000 | 100110 | 111000 | 111111 |
Color Harmonies of #D5AF6C
Complementary color
Monochromatic Colors of #D5AF6C
Black with #D5AF6C
Text Example
Text Example
White with #D5AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF6C; }
p { color: rgb(213,175,108); }
H1.HeaderClassName
{
color: #D5AF6C;
}
.AnyTagClassName
{
color: #D5AF6C;
}
</style>
background-color css
<style>
a { background-color: #D5AF6C; }
a { background-color: rgb(213,175,108); }
div.DivClassName
{
background-color: #D5AF6C;
}
.BgClassName
{
background-color: #D5AF6C;
}
</style>
border-color css
<style>
span { border-color: #D5AF6C; }
span { border-color: rgb(213,175,108); }
td.TdClassName
{
border-color: #D5AF6C;
}
.TagClassName
{
border-color: #D5AF6C;
}
</style>