Shades of Putty #D4B76E
Tints of Putty #D4B76E
RGB
CMYK
RGB Variations
Color information
#D4B76E (or 0xD4B76E) is known color: Putty. HEX triplet: D4, B7 and 6E. RGB value is (212,183,110). Sum of RGB (Red+Green+Blue) = 212+183+110=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B76E is #2B4891. Grayscale: #B7B7B7. Windows color (decimal): -2836626 or 7256020. OLE color: 7256020.
HSL color Cylindrical-coordinate representation of color #D4B76E: hue angle of 42.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4B76E is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 110 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.17 |
| HSL | 42.94º | 0.54% | 0.63% | - |
| HSV(B) | 42.94º | 0.48% | 0.83% | - |
| XYZ | 46.9 | 48.99 | 21.74 | - |
| YUV | 183.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 110 | 0 | 0.14 | 0.48 | 0.17 | 42.94 | 0.54 | 0.63 |
| Hex | D4 | B7 | 6E | 0 | E | 30 | 11 | 2B | 36 | 3F |
| Octal | 324 | 267 | 156 | 0 | 16 | 60 | 21 | 53 | 66 | 77 |
| Binary | 11010100 | 10110111 | 1101110 | 0 | 1110 | 110000 | 10001 | 101011 | 110110 | 111111 |
Color Harmonies of #D4B76E
Complementary color
Monochromatic Colors of #D4B76E
Black with #D4B76E
Text Example
Text Example
White with #D4B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B76E; }
p { color: rgb(212,183,110); }
H1.HeaderClassName
{
color: #D4B76E;
}
.AnyTagClassName
{
color: #D4B76E;
}
</style>
background-color css
<style>
a { background-color: #D4B76E; }
a { background-color: rgb(212,183,110); }
div.DivClassName
{
background-color: #D4B76E;
}
.BgClassName
{
background-color: #D4B76E;
}
</style>
border-color css
<style>
span { border-color: #D4B76E; }
span { border-color: rgb(212,183,110); }
td.TdClassName
{
border-color: #D4B76E;
}
.TagClassName
{
border-color: #D4B76E;
}
</style>