Shades of Putty #D6B56D
Tints of Putty #D6B56D
RGB
CMYK
RGB Variations
Color information
#D6B56D (or 0xD6B56D) is known color: Putty. HEX triplet: D6, B5 and 6D. RGB value is (214,181,109). Sum of RGB (Red+Green+Blue) = 214+181+109=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B56D is #294A92. Grayscale: #B6B6B6. Windows color (decimal): -2706067 or 7189974. OLE color: 7189974.
HSL color Cylindrical-coordinate representation of color #D6B56D: hue angle of 41.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6B56D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 109 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.16 |
| HSL | 41.14º | 0.56% | 0.63% | - |
| HSV(B) | 41.14º | 0.49% | 0.84% | - |
| XYZ | 47.02 | 48.45 | 21.34 | - |
| YUV | 182.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 109 | 0 | 0.15 | 0.49 | 0.16 | 41.14 | 0.56 | 0.63 |
| Hex | D6 | B5 | 6D | 0 | F | 31 | 10 | 29 | 38 | 3F |
| Octal | 326 | 265 | 155 | 0 | 17 | 61 | 20 | 51 | 70 | 77 |
| Binary | 11010110 | 10110101 | 1101101 | 0 | 1111 | 110001 | 10000 | 101001 | 111000 | 111111 |
Color Harmonies of #D6B56D
Complementary color
Monochromatic Colors of #D6B56D
Black with #D6B56D
Text Example
Text Example
White with #D6B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B56D; }
p { color: rgb(214,181,109); }
H1.HeaderClassName
{
color: #D6B56D;
}
.AnyTagClassName
{
color: #D6B56D;
}
</style>
background-color css
<style>
a { background-color: #D6B56D; }
a { background-color: rgb(214,181,109); }
div.DivClassName
{
background-color: #D6B56D;
}
.BgClassName
{
background-color: #D6B56D;
}
</style>
border-color css
<style>
span { border-color: #D6B56D; }
span { border-color: rgb(214,181,109); }
td.TdClassName
{
border-color: #D6B56D;
}
.TagClassName
{
border-color: #D6B56D;
}
</style>