Shades of Putty #D4B377
Tints of Putty #D4B377
RGB
CMYK
RGB Variations
Color information
#D4B377 (or 0xD4B377) is known color: Putty. HEX triplet: D4, B3 and 77. RGB value is (212,179,119). Sum of RGB (Red+Green+Blue) = 212+179+119=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B377 is #2B4C88. Grayscale: #B6B6B6. Windows color (decimal): -2837641 or 7844820. OLE color: 7844820.
HSL color Cylindrical-coordinate representation of color #D4B377: hue angle of 38.71º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4B377 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 119 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.17 |
| HSL | 38.71º | 0.52% | 0.65% | - |
| HSV(B) | 38.71º | 0.44% | 0.83% | - |
| XYZ | 46.6 | 47.57 | 24.18 | - |
| YUV | 182.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 119 | 0 | 0.16 | 0.44 | 0.17 | 38.71 | 0.52 | 0.65 |
| Hex | D4 | B3 | 77 | 0 | 10 | 2C | 11 | 27 | 34 | 41 |
| Octal | 324 | 263 | 167 | 0 | 20 | 54 | 21 | 47 | 64 | 101 |
| Binary | 11010100 | 10110011 | 1110111 | 0 | 10000 | 101100 | 10001 | 100111 | 110100 | 1000001 |
Color Harmonies of #D4B377
Complementary color
Monochromatic Colors of #D4B377
Black with #D4B377
Text Example
Text Example
White with #D4B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B377; }
p { color: rgb(212,179,119); }
H1.HeaderClassName
{
color: #D4B377;
}
.AnyTagClassName
{
color: #D4B377;
}
</style>
background-color css
<style>
a { background-color: #D4B377; }
a { background-color: rgb(212,179,119); }
div.DivClassName
{
background-color: #D4B377;
}
.BgClassName
{
background-color: #D4B377;
}
</style>
border-color css
<style>
span { border-color: #D4B377; }
span { border-color: rgb(212,179,119); }
td.TdClassName
{
border-color: #D4B377;
}
.TagClassName
{
border-color: #D4B377;
}
</style>