Shades of Putty #D5AD69
Tints of Putty #D5AD69
RGB
CMYK
RGB Variations
Color information
#D5AD69 (or 0xD5AD69) is known color: Putty. HEX triplet: D5, AD and 69. RGB value is (213,173,105). Sum of RGB (Red+Green+Blue) = 213+173+105=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD69 is #2A5296. Grayscale: #B1B1B1. Windows color (decimal): -2773655 or 6925781. OLE color: 6925781.
HSL color Cylindrical-coordinate representation of color #D5AD69: hue angle of 37.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5AD69 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 105 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.16 |
| HSL | 37.78º | 0.56% | 0.62% | - |
| HSV(B) | 37.78º | 0.51% | 0.84% | - |
| XYZ | 44.93 | 45.05 | 19.69 | - |
| YUV | 177.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 105 | 0 | 0.19 | 0.51 | 0.16 | 37.78 | 0.56 | 0.62 |
| Hex | D5 | AD | 69 | 0 | 13 | 33 | 10 | 26 | 38 | 3E |
| Octal | 325 | 255 | 151 | 0 | 23 | 63 | 20 | 46 | 70 | 76 |
| Binary | 11010101 | 10101101 | 1101001 | 0 | 10011 | 110011 | 10000 | 100110 | 111000 | 111110 |
Color Harmonies of #D5AD69
Complementary color
Monochromatic Colors of #D5AD69
Black with #D5AD69
Text Example
Text Example
White with #D5AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD69; }
p { color: rgb(213,173,105); }
H1.HeaderClassName
{
color: #D5AD69;
}
.AnyTagClassName
{
color: #D5AD69;
}
</style>
background-color css
<style>
a { background-color: #D5AD69; }
a { background-color: rgb(213,173,105); }
div.DivClassName
{
background-color: #D5AD69;
}
.BgClassName
{
background-color: #D5AD69;
}
</style>
border-color css
<style>
span { border-color: #D5AD69; }
span { border-color: rgb(213,173,105); }
td.TdClassName
{
border-color: #D5AD69;
}
.TagClassName
{
border-color: #D5AD69;
}
</style>