Shades of Putty #D2A877
Tints of Putty #D2A877
RGB
CMYK
RGB Variations
Color information
#D2A877 (or 0xD2A877) is known color: Putty. HEX triplet: D2, A8 and 77. RGB value is (210,168,119). Sum of RGB (Red+Green+Blue) = 210+168+119=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A877 is #2D5788. Grayscale: #AFAFAF. Windows color (decimal): -2971529 or 7842002. OLE color: 7842002.
HSL color Cylindrical-coordinate representation of color #D2A877: hue angle of 32.31º degrees, saturation: 0.5, 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 #D2A877 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 119 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.18 |
| HSL | 32.31º | 0.5% | 0.65% | - |
| HSV(B) | 32.31º | 0.43% | 0.82% | - |
| XYZ | 43.91 | 43.04 | 23.45 | - |
| YUV | 174.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 119 | 0 | 0.2 | 0.43 | 0.18 | 32.31 | 0.5 | 0.65 |
| Hex | D2 | A8 | 77 | 0 | 14 | 2B | 12 | 20 | 32 | 41 |
| Octal | 322 | 250 | 167 | 0 | 24 | 53 | 22 | 40 | 62 | 101 |
| Binary | 11010010 | 10101000 | 1110111 | 0 | 10100 | 101011 | 10010 | 100000 | 110010 | 1000001 |
Color Harmonies of #D2A877
Complementary color
Monochromatic Colors of #D2A877
Black with #D2A877
Text Example
Text Example
White with #D2A877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A877; }
p { color: rgb(210,168,119); }
H1.HeaderClassName
{
color: #D2A877;
}
.AnyTagClassName
{
color: #D2A877;
}
</style>
background-color css
<style>
a { background-color: #D2A877; }
a { background-color: rgb(210,168,119); }
div.DivClassName
{
background-color: #D2A877;
}
.BgClassName
{
background-color: #D2A877;
}
</style>
border-color css
<style>
span { border-color: #D2A877; }
span { border-color: rgb(210,168,119); }
td.TdClassName
{
border-color: #D2A877;
}
.TagClassName
{
border-color: #D2A877;
}
</style>