Shades of Putty #D4B178
Tints of Putty #D4B178
RGB
CMYK
RGB Variations
Color information
#D4B178 (or 0xD4B178) is known color: Putty. HEX triplet: D4, B1 and 78. RGB value is (212,177,120). Sum of RGB (Red+Green+Blue) = 212+177+120=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B178 is #2B4E87. Grayscale: #B5B5B5. Windows color (decimal): -2838152 or 7909844. OLE color: 7909844.
HSL color Cylindrical-coordinate representation of color #D4B178: hue angle of 37.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4B178 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 120 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.17 |
| HSL | 37.17º | 0.52% | 0.65% | - |
| HSV(B) | 37.17º | 0.43% | 0.83% | - |
| XYZ | 46.26 | 46.8 | 24.36 | - |
| YUV | 180.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 120 | 0 | 0.17 | 0.43 | 0.17 | 37.17 | 0.52 | 0.65 |
| Hex | D4 | B1 | 78 | 0 | 11 | 2B | 11 | 25 | 34 | 41 |
| Octal | 324 | 261 | 170 | 0 | 21 | 53 | 21 | 45 | 64 | 101 |
| Binary | 11010100 | 10110001 | 1111000 | 0 | 10001 | 101011 | 10001 | 100101 | 110100 | 1000001 |
Color Harmonies of #D4B178
Complementary color
Monochromatic Colors of #D4B178
Black with #D4B178
Text Example
Text Example
White with #D4B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B178; }
p { color: rgb(212,177,120); }
H1.HeaderClassName
{
color: #D4B178;
}
.AnyTagClassName
{
color: #D4B178;
}
</style>
background-color css
<style>
a { background-color: #D4B178; }
a { background-color: rgb(212,177,120); }
div.DivClassName
{
background-color: #D4B178;
}
.BgClassName
{
background-color: #D4B178;
}
</style>
border-color css
<style>
span { border-color: #D4B178; }
span { border-color: rgb(212,177,120); }
td.TdClassName
{
border-color: #D4B178;
}
.TagClassName
{
border-color: #D4B178;
}
</style>