Shades of Putty #D1AB78
Tints of Putty #D1AB78
RGB
CMYK
RGB Variations
Color information
#D1AB78 (or 0xD1AB78) is known color: Putty. HEX triplet: D1, AB and 78. RGB value is (209,171,120). Sum of RGB (Red+Green+Blue) = 209+171+120=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB78 is #2E5487. Grayscale: #B0B0B0. Windows color (decimal): -3036296 or 7908305. OLE color: 7908305.
HSL color Cylindrical-coordinate representation of color #D1AB78: hue angle of 34.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1AB78 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 120 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.18 |
| HSL | 34.38º | 0.49% | 0.65% | - |
| HSV(B) | 34.38º | 0.43% | 0.82% | - |
| XYZ | 44.25 | 44.04 | 23.94 | - |
| YUV | 176.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 120 | 0 | 0.18 | 0.43 | 0.18 | 34.38 | 0.49 | 0.65 |
| Hex | D1 | AB | 78 | 0 | 12 | 2B | 12 | 22 | 31 | 41 |
| Octal | 321 | 253 | 170 | 0 | 22 | 53 | 22 | 42 | 61 | 101 |
| Binary | 11010001 | 10101011 | 1111000 | 0 | 10010 | 101011 | 10010 | 100010 | 110001 | 1000001 |
Color Harmonies of #D1AB78
Complementary color
Monochromatic Colors of #D1AB78
Black with #D1AB78
Text Example
Text Example
White with #D1AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB78; }
p { color: rgb(209,171,120); }
H1.HeaderClassName
{
color: #D1AB78;
}
.AnyTagClassName
{
color: #D1AB78;
}
</style>
background-color css
<style>
a { background-color: #D1AB78; }
a { background-color: rgb(209,171,120); }
div.DivClassName
{
background-color: #D1AB78;
}
.BgClassName
{
background-color: #D1AB78;
}
</style>
border-color css
<style>
span { border-color: #D1AB78; }
span { border-color: rgb(209,171,120); }
td.TdClassName
{
border-color: #D1AB78;
}
.TagClassName
{
border-color: #D1AB78;
}
</style>