Shades of Putty #D5AF6F
Tints of Putty #D5AF6F
RGB
CMYK
RGB Variations
Color information
#D5AF6F (or 0xD5AF6F) is known color: Putty. HEX triplet: D5, AF and 6F. RGB value is (213,175,111). Sum of RGB (Red+Green+Blue) = 213+175+111=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF6F is #2A5090. Grayscale: #B3B3B3. Windows color (decimal): -2773137 or 7319509. OLE color: 7319509.
HSL color Cylindrical-coordinate representation of color #D5AF6F: hue angle of 37.65º 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 #D5AF6F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 111 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.16 |
| HSL | 37.65º | 0.55% | 0.64% | - |
| HSV(B) | 37.65º | 0.48% | 0.84% | - |
| XYZ | 45.64 | 45.95 | 21.5 | - |
| YUV | 179.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 111 | 0 | 0.18 | 0.48 | 0.16 | 37.65 | 0.55 | 0.64 |
| Hex | D5 | AF | 6F | 0 | 12 | 30 | 10 | 26 | 37 | 40 |
| Octal | 325 | 257 | 157 | 0 | 22 | 60 | 20 | 46 | 67 | 100 |
| Binary | 11010101 | 10101111 | 1101111 | 0 | 10010 | 110000 | 10000 | 100110 | 110111 | 1000000 |
Color Harmonies of #D5AF6F
Complementary color
Monochromatic Colors of #D5AF6F
Black with #D5AF6F
Text Example
Text Example
White with #D5AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF6F; }
p { color: rgb(213,175,111); }
H1.HeaderClassName
{
color: #D5AF6F;
}
.AnyTagClassName
{
color: #D5AF6F;
}
</style>
background-color css
<style>
a { background-color: #D5AF6F; }
a { background-color: rgb(213,175,111); }
div.DivClassName
{
background-color: #D5AF6F;
}
.BgClassName
{
background-color: #D5AF6F;
}
</style>
border-color css
<style>
span { border-color: #D5AF6F; }
span { border-color: rgb(213,175,111); }
td.TdClassName
{
border-color: #D5AF6F;
}
.TagClassName
{
border-color: #D5AF6F;
}
</style>