Shades of Putty #D5A969
Tints of Putty #D5A969
RGB
CMYK
RGB Variations
Color information
#D5A969 (or 0xD5A969) is known color: Putty. HEX triplet: D5, A9 and 69. RGB value is (213,169,105). Sum of RGB (Red+Green+Blue) = 213+169+105=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A969 is #2A5696. Grayscale: #AFAFAF. Windows color (decimal): -2774679 or 6924757. OLE color: 6924757.
HSL color Cylindrical-coordinate representation of color #D5A969: hue angle of 35.56º 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 #D5A969 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 105 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.16 |
| HSL | 35.56º | 0.56% | 0.62% | - |
| HSV(B) | 35.56º | 0.51% | 0.84% | - |
| XYZ | 44.18 | 43.54 | 19.44 | - |
| YUV | 174.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 105 | 0 | 0.21 | 0.51 | 0.16 | 35.56 | 0.56 | 0.62 |
| Hex | D5 | A9 | 69 | 0 | 15 | 33 | 10 | 24 | 38 | 3E |
| Octal | 325 | 251 | 151 | 0 | 25 | 63 | 20 | 44 | 70 | 76 |
| Binary | 11010101 | 10101001 | 1101001 | 0 | 10101 | 110011 | 10000 | 100100 | 111000 | 111110 |
Color Harmonies of #D5A969
Complementary color
Monochromatic Colors of #D5A969
Black with #D5A969
Text Example
Text Example
White with #D5A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A969; }
p { color: rgb(213,169,105); }
H1.HeaderClassName
{
color: #D5A969;
}
.AnyTagClassName
{
color: #D5A969;
}
</style>
background-color css
<style>
a { background-color: #D5A969; }
a { background-color: rgb(213,169,105); }
div.DivClassName
{
background-color: #D5A969;
}
.BgClassName
{
background-color: #D5A969;
}
</style>
border-color css
<style>
span { border-color: #D5A969; }
span { border-color: rgb(213,169,105); }
td.TdClassName
{
border-color: #D5A969;
}
.TagClassName
{
border-color: #D5A969;
}
</style>