Shades of Putty #D4AE6E
Tints of Putty #D4AE6E
RGB
CMYK
RGB Variations
Color information
#D4AE6E (or 0xD4AE6E) is known color: Putty. HEX triplet: D4, AE and 6E. RGB value is (212,174,110). Sum of RGB (Red+Green+Blue) = 212+174+110=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE6E is #2B5191. Grayscale: #B2B2B2. Windows color (decimal): -2838930 or 7253716. OLE color: 7253716.
HSL color Cylindrical-coordinate representation of color #D4AE6E: hue angle of 37.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4AE6E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 110 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.17 |
| HSL | 37.65º | 0.54% | 0.63% | - |
| HSV(B) | 37.65º | 0.48% | 0.83% | - |
| XYZ | 45.1 | 45.39 | 21.14 | - |
| YUV | 178.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 110 | 0 | 0.18 | 0.48 | 0.17 | 37.65 | 0.54 | 0.63 |
| Hex | D4 | AE | 6E | 0 | 12 | 30 | 11 | 26 | 36 | 3F |
| Octal | 324 | 256 | 156 | 0 | 22 | 60 | 21 | 46 | 66 | 77 |
| Binary | 11010100 | 10101110 | 1101110 | 0 | 10010 | 110000 | 10001 | 100110 | 110110 | 111111 |
Color Harmonies of #D4AE6E
Complementary color
Monochromatic Colors of #D4AE6E
Black with #D4AE6E
Text Example
Text Example
White with #D4AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AE6E; }
p { color: rgb(212,174,110); }
H1.HeaderClassName
{
color: #D4AE6E;
}
.AnyTagClassName
{
color: #D4AE6E;
}
</style>
background-color css
<style>
a { background-color: #D4AE6E; }
a { background-color: rgb(212,174,110); }
div.DivClassName
{
background-color: #D4AE6E;
}
.BgClassName
{
background-color: #D4AE6E;
}
</style>
border-color css
<style>
span { border-color: #D4AE6E; }
span { border-color: rgb(212,174,110); }
td.TdClassName
{
border-color: #D4AE6E;
}
.TagClassName
{
border-color: #D4AE6E;
}
</style>