Shades of Putty #D6B46C
Tints of Putty #D6B46C
RGB
CMYK
RGB Variations
Color information
#D6B46C (or 0xD6B46C) is known color: Putty. HEX triplet: D6, B4 and 6C. RGB value is (214,180,108). Sum of RGB (Red+Green+Blue) = 214+180+108=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B46C is #294B93. Grayscale: #B6B6B6. Windows color (decimal): -2706324 or 7124182. OLE color: 7124182.
HSL color Cylindrical-coordinate representation of color #D6B46C: hue angle of 40.75º 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 #D6B46C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 108 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.16 |
| HSL | 40.75º | 0.56% | 0.63% | - |
| HSV(B) | 40.75º | 0.5% | 0.84% | - |
| XYZ | 46.76 | 48.02 | 20.99 | - |
| YUV | 181.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 108 | 0 | 0.16 | 0.50 | 0.16 | 40.75 | 0.56 | 0.63 |
| Hex | D6 | B4 | 6C | 0 | 10 | 32 | 10 | 29 | 38 | 3F |
| Octal | 326 | 264 | 154 | 0 | 20 | 62 | 20 | 51 | 70 | 77 |
| Binary | 11010110 | 10110100 | 1101100 | 0 | 10000 | 110010 | 10000 | 101001 | 111000 | 111111 |
Color Harmonies of #D6B46C
Complementary color
Monochromatic Colors of #D6B46C
Black with #D6B46C
Text Example
Text Example
White with #D6B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B46C; }
p { color: rgb(214,180,108); }
H1.HeaderClassName
{
color: #D6B46C;
}
.AnyTagClassName
{
color: #D6B46C;
}
</style>
background-color css
<style>
a { background-color: #D6B46C; }
a { background-color: rgb(214,180,108); }
div.DivClassName
{
background-color: #D6B46C;
}
.BgClassName
{
background-color: #D6B46C;
}
</style>
border-color css
<style>
span { border-color: #D6B46C; }
span { border-color: rgb(214,180,108); }
td.TdClassName
{
border-color: #D6B46C;
}
.TagClassName
{
border-color: #D6B46C;
}
</style>