Shades of Putty #D2AC69
Tints of Putty #D2AC69
RGB
CMYK
RGB Variations
Color information
#D2AC69 (or 0xD2AC69) is known color: Putty. HEX triplet: D2, AC and 69. RGB value is (210,172,105). Sum of RGB (Red+Green+Blue) = 210+172+105=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC69 is #2D5396. Grayscale: #B0B0B0. Windows color (decimal): -2970519 or 6925522. OLE color: 6925522.
HSL color Cylindrical-coordinate representation of color #D2AC69: hue angle of 38.29º 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 #D2AC69 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 105 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.18 |
| HSL | 38.29º | 0.54% | 0.62% | - |
| HSV(B) | 38.29º | 0.5% | 0.82% | - |
| XYZ | 43.88 | 44.23 | 19.59 | - |
| YUV | 175.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 105 | 0 | 0.18 | 0.50 | 0.18 | 38.29 | 0.54 | 0.62 |
| Hex | D2 | AC | 69 | 0 | 12 | 32 | 12 | 26 | 36 | 3E |
| Octal | 322 | 254 | 151 | 0 | 22 | 62 | 22 | 46 | 66 | 76 |
| Binary | 11010010 | 10101100 | 1101001 | 0 | 10010 | 110010 | 10010 | 100110 | 110110 | 111110 |
Color Harmonies of #D2AC69
Complementary color
Monochromatic Colors of #D2AC69
Black with #D2AC69
Text Example
Text Example
White with #D2AC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC69; }
p { color: rgb(210,172,105); }
H1.HeaderClassName
{
color: #D2AC69;
}
.AnyTagClassName
{
color: #D2AC69;
}
</style>
background-color css
<style>
a { background-color: #D2AC69; }
a { background-color: rgb(210,172,105); }
div.DivClassName
{
background-color: #D2AC69;
}
.BgClassName
{
background-color: #D2AC69;
}
</style>
border-color css
<style>
span { border-color: #D2AC69; }
span { border-color: rgb(210,172,105); }
td.TdClassName
{
border-color: #D2AC69;
}
.TagClassName
{
border-color: #D2AC69;
}
</style>