Shades of Putty #D4B76C
Tints of Putty #D4B76C
RGB
CMYK
RGB Variations
Color information
#D4B76C (or 0xD4B76C) is known color: Putty. HEX triplet: D4, B7 and 6C. RGB value is (212,183,108). Sum of RGB (Red+Green+Blue) = 212+183+108=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B76C is #2B4893. Grayscale: #B7B7B7. Windows color (decimal): -2836628 or 7124948. OLE color: 7124948.
HSL color Cylindrical-coordinate representation of color #D4B76C: hue angle of 43.27º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4B76C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 108 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.17 |
| HSL | 43.27º | 0.55% | 0.63% | - |
| HSV(B) | 43.27º | 0.49% | 0.83% | - |
| XYZ | 46.79 | 48.95 | 21.17 | - |
| YUV | 183.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 108 | 0 | 0.14 | 0.49 | 0.17 | 43.27 | 0.55 | 0.63 |
| Hex | D4 | B7 | 6C | 0 | E | 31 | 11 | 2B | 37 | 3F |
| Octal | 324 | 267 | 154 | 0 | 16 | 61 | 21 | 53 | 67 | 77 |
| Binary | 11010100 | 10110111 | 1101100 | 0 | 1110 | 110001 | 10001 | 101011 | 110111 | 111111 |
Color Harmonies of #D4B76C
Complementary color
Monochromatic Colors of #D4B76C
Black with #D4B76C
Text Example
Text Example
White with #D4B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B76C; }
p { color: rgb(212,183,108); }
H1.HeaderClassName
{
color: #D4B76C;
}
.AnyTagClassName
{
color: #D4B76C;
}
</style>
background-color css
<style>
a { background-color: #D4B76C; }
a { background-color: rgb(212,183,108); }
div.DivClassName
{
background-color: #D4B76C;
}
.BgClassName
{
background-color: #D4B76C;
}
</style>
border-color css
<style>
span { border-color: #D4B76C; }
span { border-color: rgb(212,183,108); }
td.TdClassName
{
border-color: #D4B76C;
}
.TagClassName
{
border-color: #D4B76C;
}
</style>