Shades of Putty #D2AA68
Tints of Putty #D2AA68
RGB
CMYK
RGB Variations
Color information
#D2AA68 (or 0xD2AA68) is known color: Putty. HEX triplet: D2, AA and 68. RGB value is (210,170,104). Sum of RGB (Red+Green+Blue) = 210+170+104=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA68 is #2D5597. Grayscale: #AEAEAE. Windows color (decimal): -2971032 or 6859474. OLE color: 6859474.
HSL color Cylindrical-coordinate representation of color #D2AA68: hue angle of 37.36º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2AA68 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 104 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.18 |
| HSL | 37.36º | 0.54% | 0.62% | - |
| HSV(B) | 37.36º | 0.5% | 0.82% | - |
| XYZ | 43.45 | 43.45 | 19.19 | - |
| YUV | 174.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 104 | 0 | 0.19 | 0.50 | 0.18 | 37.36 | 0.54 | 0.62 |
| Hex | D2 | AA | 68 | 0 | 13 | 32 | 12 | 25 | 36 | 3E |
| Octal | 322 | 252 | 150 | 0 | 23 | 62 | 22 | 45 | 66 | 76 |
| Binary | 11010010 | 10101010 | 1101000 | 0 | 10011 | 110010 | 10010 | 100101 | 110110 | 111110 |
Color Harmonies of #D2AA68
Complementary color
Monochromatic Colors of #D2AA68
Black with #D2AA68
Text Example
Text Example
White with #D2AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA68; }
p { color: rgb(210,170,104); }
H1.HeaderClassName
{
color: #D2AA68;
}
.AnyTagClassName
{
color: #D2AA68;
}
</style>
background-color css
<style>
a { background-color: #D2AA68; }
a { background-color: rgb(210,170,104); }
div.DivClassName
{
background-color: #D2AA68;
}
.BgClassName
{
background-color: #D2AA68;
}
</style>
border-color css
<style>
span { border-color: #D2AA68; }
span { border-color: rgb(210,170,104); }
td.TdClassName
{
border-color: #D2AA68;
}
.TagClassName
{
border-color: #D2AA68;
}
</style>