Shades of Putty #D6B66C
Tints of Putty #D6B66C
RGB
CMYK
RGB Variations
Color information
#D6B66C (or 0xD6B66C) is known color: Putty. HEX triplet: D6, B6 and 6C. RGB value is (214,182,108). Sum of RGB (Red+Green+Blue) = 214+182+108=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B66C is #294993. Grayscale: #B7B7B7. Windows color (decimal): -2705812 or 7124694. OLE color: 7124694.
HSL color Cylindrical-coordinate representation of color #D6B66C: hue angle of 41.89º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B66C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 108 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.16 |
| HSL | 41.89º | 0.56% | 0.63% | - |
| HSV(B) | 41.89º | 0.5% | 0.84% | - |
| XYZ | 47.17 | 48.83 | 21.13 | - |
| YUV | 183.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 108 | 0 | 0.15 | 0.50 | 0.16 | 41.89 | 0.56 | 0.63 |
| Hex | D6 | B6 | 6C | 0 | F | 32 | 10 | 2A | 38 | 3F |
| Octal | 326 | 266 | 154 | 0 | 17 | 62 | 20 | 52 | 70 | 77 |
| Binary | 11010110 | 10110110 | 1101100 | 0 | 1111 | 110010 | 10000 | 101010 | 111000 | 111111 |
Color Harmonies of #D6B66C
Complementary color
Monochromatic Colors of #D6B66C
Black with #D6B66C
Text Example
Text Example
White with #D6B66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B66C; }
p { color: rgb(214,182,108); }
H1.HeaderClassName
{
color: #D6B66C;
}
.AnyTagClassName
{
color: #D6B66C;
}
</style>
background-color css
<style>
a { background-color: #D6B66C; }
a { background-color: rgb(214,182,108); }
div.DivClassName
{
background-color: #D6B66C;
}
.BgClassName
{
background-color: #D6B66C;
}
</style>
border-color css
<style>
span { border-color: #D6B66C; }
span { border-color: rgb(214,182,108); }
td.TdClassName
{
border-color: #D6B66C;
}
.TagClassName
{
border-color: #D6B66C;
}
</style>