Shades of Putty #D5AF6D
Tints of Putty #D5AF6D
RGB
CMYK
RGB Variations
Color information
#D5AF6D (or 0xD5AF6D) is known color: Putty. HEX triplet: D5, AF and 6D. RGB value is (213,175,109). Sum of RGB (Red+Green+Blue) = 213+175+109=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF6D is #2A5092. Grayscale: #B3B3B3. Windows color (decimal): -2773139 or 7188437. OLE color: 7188437.
HSL color Cylindrical-coordinate representation of color #D5AF6D: hue angle of 38.08º degrees, saturation: 0.55, 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 #D5AF6D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 109 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.16 |
| HSL | 38.08º | 0.55% | 0.63% | - |
| HSV(B) | 38.08º | 0.49% | 0.84% | - |
| XYZ | 45.53 | 45.91 | 20.93 | - |
| YUV | 178.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 109 | 0 | 0.18 | 0.49 | 0.16 | 38.08 | 0.55 | 0.63 |
| Hex | D5 | AF | 6D | 0 | 12 | 31 | 10 | 26 | 37 | 3F |
| Octal | 325 | 257 | 155 | 0 | 22 | 61 | 20 | 46 | 67 | 77 |
| Binary | 11010101 | 10101111 | 1101101 | 0 | 10010 | 110001 | 10000 | 100110 | 110111 | 111111 |
Color Harmonies of #D5AF6D
Complementary color
Monochromatic Colors of #D5AF6D
Black with #D5AF6D
Text Example
Text Example
White with #D5AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF6D; }
p { color: rgb(213,175,109); }
H1.HeaderClassName
{
color: #D5AF6D;
}
.AnyTagClassName
{
color: #D5AF6D;
}
</style>
background-color css
<style>
a { background-color: #D5AF6D; }
a { background-color: rgb(213,175,109); }
div.DivClassName
{
background-color: #D5AF6D;
}
.BgClassName
{
background-color: #D5AF6D;
}
</style>
border-color css
<style>
span { border-color: #D5AF6D; }
span { border-color: rgb(213,175,109); }
td.TdClassName
{
border-color: #D5AF6D;
}
.TagClassName
{
border-color: #D5AF6D;
}
</style>