Shades of Putty #D6B872
Tints of Putty #D6B872
RGB
CMYK
RGB Variations
Color information
#D6B872 (or 0xD6B872) is known color: Putty. HEX triplet: D6, B8 and 72. RGB value is (214,184,114). Sum of RGB (Red+Green+Blue) = 214+184+114=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B872 is #29478D. Grayscale: #B9B9B9. Windows color (decimal): -2705294 or 7518422. OLE color: 7518422.
HSL color Cylindrical-coordinate representation of color #D6B872: hue angle of 42º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6B872 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 114 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.16 |
| HSL | 42º | 0.55% | 0.64% | - |
| HSV(B) | 42º | 0.47% | 0.84% | - |
| XYZ | 47.91 | 49.79 | 23.01 | - |
| YUV | 184.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 114 | 0 | 0.14 | 0.47 | 0.16 | 42 | 0.55 | 0.64 |
| Hex | D6 | B8 | 72 | 0 | E | 2F | 10 | 2A | 37 | 40 |
| Octal | 326 | 270 | 162 | 0 | 16 | 57 | 20 | 52 | 67 | 100 |
| Binary | 11010110 | 10111000 | 1110010 | 0 | 1110 | 101111 | 10000 | 101010 | 110111 | 1000000 |
Color Harmonies of #D6B872
Complementary color
Monochromatic Colors of #D6B872
Black with #D6B872
Text Example
Text Example
White with #D6B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B872; }
p { color: rgb(214,184,114); }
H1.HeaderClassName
{
color: #D6B872;
}
.AnyTagClassName
{
color: #D6B872;
}
</style>
background-color css
<style>
a { background-color: #D6B872; }
a { background-color: rgb(214,184,114); }
div.DivClassName
{
background-color: #D6B872;
}
.BgClassName
{
background-color: #D6B872;
}
</style>
border-color css
<style>
span { border-color: #D6B872; }
span { border-color: rgb(214,184,114); }
td.TdClassName
{
border-color: #D6B872;
}
.TagClassName
{
border-color: #D6B872;
}
</style>