Shades of Putty #D4B56D
Tints of Putty #D4B56D
RGB
CMYK
RGB Variations
Color information
#D4B56D (or 0xD4B56D) is known color: Putty. HEX triplet: D4, B5 and 6D. RGB value is (212,181,109). Sum of RGB (Red+Green+Blue) = 212+181+109=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B56D is #2B4A92. Grayscale: #B6B6B6. Windows color (decimal): -2837139 or 7189972. OLE color: 7189972.
HSL color Cylindrical-coordinate representation of color #D4B56D: hue angle of 41.94º degrees, saturation: 0.54, 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 #D4B56D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 109 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.17 |
| HSL | 41.94º | 0.54% | 0.63% | - |
| HSV(B) | 41.94º | 0.49% | 0.83% | - |
| XYZ | 46.44 | 48.15 | 21.31 | - |
| YUV | 182.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 109 | 0 | 0.15 | 0.49 | 0.17 | 41.94 | 0.54 | 0.63 |
| Hex | D4 | B5 | 6D | 0 | F | 31 | 11 | 2A | 36 | 3F |
| Octal | 324 | 265 | 155 | 0 | 17 | 61 | 21 | 52 | 66 | 77 |
| Binary | 11010100 | 10110101 | 1101101 | 0 | 1111 | 110001 | 10001 | 101010 | 110110 | 111111 |
Color Harmonies of #D4B56D
Complementary color
Monochromatic Colors of #D4B56D
Black with #D4B56D
Text Example
Text Example
White with #D4B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B56D; }
p { color: rgb(212,181,109); }
H1.HeaderClassName
{
color: #D4B56D;
}
.AnyTagClassName
{
color: #D4B56D;
}
</style>
background-color css
<style>
a { background-color: #D4B56D; }
a { background-color: rgb(212,181,109); }
div.DivClassName
{
background-color: #D4B56D;
}
.BgClassName
{
background-color: #D4B56D;
}
</style>
border-color css
<style>
span { border-color: #D4B56D; }
span { border-color: rgb(212,181,109); }
td.TdClassName
{
border-color: #D4B56D;
}
.TagClassName
{
border-color: #D4B56D;
}
</style>