Shades of Putty #D1AD66
Tints of Putty #D1AD66
RGB
CMYK
RGB Variations
Color information
#D1AD66 (or 0xD1AD66) is known color: Putty. HEX triplet: D1, AD and 66. RGB value is (209,173,102). Sum of RGB (Red+Green+Blue) = 209+173+102=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD66 is #2E5299. Grayscale: #AFAFAF. Windows color (decimal): -3035802 or 6729169. OLE color: 6729169.
HSL color Cylindrical-coordinate representation of color #D1AD66: hue angle of 39.81º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1AD66 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 102 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.18 |
| HSL | 39.81º | 0.54% | 0.61% | - |
| HSV(B) | 39.81º | 0.51% | 0.82% | - |
| XYZ | 43.64 | 44.4 | 18.84 | - |
| YUV | 175.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 102 | 0 | 0.17 | 0.51 | 0.18 | 39.81 | 0.54 | 0.61 |
| Hex | D1 | AD | 66 | 0 | 11 | 33 | 12 | 28 | 36 | 3D |
| Octal | 321 | 255 | 146 | 0 | 21 | 63 | 22 | 50 | 66 | 75 |
| Binary | 11010001 | 10101101 | 1100110 | 0 | 10001 | 110011 | 10010 | 101000 | 110110 | 111101 |
Color Harmonies of #D1AD66
Complementary color
Monochromatic Colors of #D1AD66
Black with #D1AD66
Text Example
Text Example
White with #D1AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD66; }
p { color: rgb(209,173,102); }
H1.HeaderClassName
{
color: #D1AD66;
}
.AnyTagClassName
{
color: #D1AD66;
}
</style>
background-color css
<style>
a { background-color: #D1AD66; }
a { background-color: rgb(209,173,102); }
div.DivClassName
{
background-color: #D1AD66;
}
.BgClassName
{
background-color: #D1AD66;
}
</style>
border-color css
<style>
span { border-color: #D1AD66; }
span { border-color: rgb(209,173,102); }
td.TdClassName
{
border-color: #D1AD66;
}
.TagClassName
{
border-color: #D1AD66;
}
</style>