Shades of Putty #D4AA68
Tints of Putty #D4AA68
RGB
CMYK
RGB Variations
Color information
#D4AA68 (or 0xD4AA68) is known color: Putty. HEX triplet: D4, AA and 68. RGB value is (212,170,104). Sum of RGB (Red+Green+Blue) = 212+170+104=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA68 is #2B5597. Grayscale: #AFAFAF. Windows color (decimal): -2839960 or 6859476. OLE color: 6859476.
HSL color Cylindrical-coordinate representation of color #D4AA68: hue angle of 36.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4AA68 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 104 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.17 |
| HSL | 36.67º | 0.56% | 0.62% | - |
| HSV(B) | 36.67º | 0.51% | 0.83% | - |
| XYZ | 44.02 | 43.75 | 19.22 | - |
| YUV | 175.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 104 | 0 | 0.20 | 0.51 | 0.17 | 36.67 | 0.56 | 0.62 |
| Hex | D4 | AA | 68 | 0 | 14 | 33 | 11 | 25 | 38 | 3E |
| Octal | 324 | 252 | 150 | 0 | 24 | 63 | 21 | 45 | 70 | 76 |
| Binary | 11010100 | 10101010 | 1101000 | 0 | 10100 | 110011 | 10001 | 100101 | 111000 | 111110 |
Color Harmonies of #D4AA68
Complementary color
Monochromatic Colors of #D4AA68
Black with #D4AA68
Text Example
Text Example
White with #D4AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA68; }
p { color: rgb(212,170,104); }
H1.HeaderClassName
{
color: #D4AA68;
}
.AnyTagClassName
{
color: #D4AA68;
}
</style>
background-color css
<style>
a { background-color: #D4AA68; }
a { background-color: rgb(212,170,104); }
div.DivClassName
{
background-color: #D4AA68;
}
.BgClassName
{
background-color: #D4AA68;
}
</style>
border-color css
<style>
span { border-color: #D4AA68; }
span { border-color: rgb(212,170,104); }
td.TdClassName
{
border-color: #D4AA68;
}
.TagClassName
{
border-color: #D4AA68;
}
</style>