Shades of Putty #D8B16C
Tints of Putty #D8B16C
RGB
CMYK
RGB Variations
Color information
#D8B16C (or 0xD8B16C) is known color: Putty. HEX triplet: D8, B1 and 6C. RGB value is (216,177,108). Sum of RGB (Red+Green+Blue) = 216+177+108=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B16C is #274E93. Grayscale: #B5B5B5. Windows color (decimal): -2576020 or 7123416. OLE color: 7123416.
HSL color Cylindrical-coordinate representation of color #D8B16C: hue angle of 38.33º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8B16C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 108 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.15 |
| HSL | 38.33º | 0.58% | 0.64% | - |
| HSV(B) | 38.33º | 0.5% | 0.85% | - |
| XYZ | 46.75 | 47.13 | 20.82 | - |
| YUV | 180.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 108 | 0 | 0.18 | 0.50 | 0.15 | 38.33 | 0.58 | 0.64 |
| Hex | D8 | B1 | 6C | 0 | 12 | 32 | F | 26 | 3A | 40 |
| Octal | 330 | 261 | 154 | 0 | 22 | 62 | 17 | 46 | 72 | 100 |
| Binary | 11011000 | 10110001 | 1101100 | 0 | 10010 | 110010 | 1111 | 100110 | 111010 | 1000000 |
Color Harmonies of #D8B16C
Complementary color
Monochromatic Colors of #D8B16C
Black with #D8B16C
Text Example
Text Example
White with #D8B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B16C; }
p { color: rgb(216,177,108); }
H1.HeaderClassName
{
color: #D8B16C;
}
.AnyTagClassName
{
color: #D8B16C;
}
</style>
background-color css
<style>
a { background-color: #D8B16C; }
a { background-color: rgb(216,177,108); }
div.DivClassName
{
background-color: #D8B16C;
}
.BgClassName
{
background-color: #D8B16C;
}
</style>
border-color css
<style>
span { border-color: #D8B16C; }
span { border-color: rgb(216,177,108); }
td.TdClassName
{
border-color: #D8B16C;
}
.TagClassName
{
border-color: #D8B16C;
}
</style>