Shades of Putty #D6B06C
Tints of Putty #D6B06C
RGB
CMYK
RGB Variations
Color information
#D6B06C (or 0xD6B06C) is known color: Putty. HEX triplet: D6, B0 and 6C. RGB value is (214,176,108). Sum of RGB (Red+Green+Blue) = 214+176+108=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B06C is #294F93. Grayscale: #B3B3B3. Windows color (decimal): -2707348 or 7123158. OLE color: 7123158.
HSL color Cylindrical-coordinate representation of color #D6B06C: hue angle of 38.49º 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 #D6B06C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 108 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.16 |
| HSL | 38.49º | 0.56% | 0.63% | - |
| HSV(B) | 38.49º | 0.5% | 0.84% | - |
| XYZ | 45.96 | 46.43 | 20.73 | - |
| YUV | 179.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 108 | 0 | 0.18 | 0.50 | 0.16 | 38.49 | 0.56 | 0.63 |
| Hex | D6 | B0 | 6C | 0 | 12 | 32 | 10 | 26 | 38 | 3F |
| Octal | 326 | 260 | 154 | 0 | 22 | 62 | 20 | 46 | 70 | 77 |
| Binary | 11010110 | 10110000 | 1101100 | 0 | 10010 | 110010 | 10000 | 100110 | 111000 | 111111 |
Color Harmonies of #D6B06C
Complementary color
Monochromatic Colors of #D6B06C
Black with #D6B06C
Text Example
Text Example
White with #D6B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B06C; }
p { color: rgb(214,176,108); }
H1.HeaderClassName
{
color: #D6B06C;
}
.AnyTagClassName
{
color: #D6B06C;
}
</style>
background-color css
<style>
a { background-color: #D6B06C; }
a { background-color: rgb(214,176,108); }
div.DivClassName
{
background-color: #D6B06C;
}
.BgClassName
{
background-color: #D6B06C;
}
</style>
border-color css
<style>
span { border-color: #D6B06C; }
span { border-color: rgb(214,176,108); }
td.TdClassName
{
border-color: #D6B06C;
}
.TagClassName
{
border-color: #D6B06C;
}
</style>