Shades of Putty #D5AE70
Tints of Putty #D5AE70
RGB
CMYK
RGB Variations
Color information
#D5AE70 (or 0xD5AE70) is known color: Putty. HEX triplet: D5, AE and 70. RGB value is (213,174,112). Sum of RGB (Red+Green+Blue) = 213+174+112=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE70 is #2A518F. Grayscale: #B2B2B2. Windows color (decimal): -2773392 or 7384789. OLE color: 7384789.
HSL color Cylindrical-coordinate representation of color #D5AE70: hue angle of 36.83º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5AE70 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 112 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.16 |
| HSL | 36.83º | 0.55% | 0.64% | - |
| HSV(B) | 36.83º | 0.47% | 0.84% | - |
| XYZ | 45.5 | 45.59 | 21.73 | - |
| YUV | 178.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 112 | 0 | 0.18 | 0.47 | 0.16 | 36.83 | 0.55 | 0.64 |
| Hex | D5 | AE | 70 | 0 | 12 | 2F | 10 | 25 | 37 | 40 |
| Octal | 325 | 256 | 160 | 0 | 22 | 57 | 20 | 45 | 67 | 100 |
| Binary | 11010101 | 10101110 | 1110000 | 0 | 10010 | 101111 | 10000 | 100101 | 110111 | 1000000 |
Color Harmonies of #D5AE70
Complementary color
Monochromatic Colors of #D5AE70
Black with #D5AE70
Text Example
Text Example
White with #D5AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AE70; }
p { color: rgb(213,174,112); }
H1.HeaderClassName
{
color: #D5AE70;
}
.AnyTagClassName
{
color: #D5AE70;
}
</style>
background-color css
<style>
a { background-color: #D5AE70; }
a { background-color: rgb(213,174,112); }
div.DivClassName
{
background-color: #D5AE70;
}
.BgClassName
{
background-color: #D5AE70;
}
</style>
border-color css
<style>
span { border-color: #D5AE70; }
span { border-color: rgb(213,174,112); }
td.TdClassName
{
border-color: #D5AE70;
}
.TagClassName
{
border-color: #D5AE70;
}
</style>