Shades of Putty #D1AC68
Tints of Putty #D1AC68
RGB
CMYK
RGB Variations
Color information
#D1AC68 (or 0xD1AC68) is known color: Putty. HEX triplet: D1, AC and 68. RGB value is (209,172,104). Sum of RGB (Red+Green+Blue) = 209+172+104=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC68 is #2E5397. Grayscale: #AFAFAF. Windows color (decimal): -3036056 or 6859985. OLE color: 6859985.
HSL color Cylindrical-coordinate representation of color #D1AC68: hue angle of 38.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1AC68 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 104 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.18 |
| HSL | 38.86º | 0.53% | 0.61% | - |
| HSV(B) | 38.86º | 0.5% | 0.82% | - |
| XYZ | 43.55 | 44.06 | 19.31 | - |
| YUV | 175.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 104 | 0 | 0.18 | 0.50 | 0.18 | 38.86 | 0.53 | 0.61 |
| Hex | D1 | AC | 68 | 0 | 12 | 32 | 12 | 27 | 35 | 3D |
| Octal | 321 | 254 | 150 | 0 | 22 | 62 | 22 | 47 | 65 | 75 |
| Binary | 11010001 | 10101100 | 1101000 | 0 | 10010 | 110010 | 10010 | 100111 | 110101 | 111101 |
Color Harmonies of #D1AC68
Complementary color
Monochromatic Colors of #D1AC68
Black with #D1AC68
Text Example
Text Example
White with #D1AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC68; }
p { color: rgb(209,172,104); }
H1.HeaderClassName
{
color: #D1AC68;
}
.AnyTagClassName
{
color: #D1AC68;
}
</style>
background-color css
<style>
a { background-color: #D1AC68; }
a { background-color: rgb(209,172,104); }
div.DivClassName
{
background-color: #D1AC68;
}
.BgClassName
{
background-color: #D1AC68;
}
</style>
border-color css
<style>
span { border-color: #D1AC68; }
span { border-color: rgb(209,172,104); }
td.TdClassName
{
border-color: #D1AC68;
}
.TagClassName
{
border-color: #D1AC68;
}
</style>