Shades of Putty #D1B86D
Tints of Putty #D1B86D
RGB
CMYK
RGB Variations
Color information
#D1B86D (or 0xD1B86D) is known color: Putty. HEX triplet: D1, B8 and 6D. RGB value is (209,184,109). Sum of RGB (Red+Green+Blue) = 209+184+109=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B86D is #2E4792. Grayscale: #B7B7B7. Windows color (decimal): -3032979 or 7190737. OLE color: 7190737.
HSL color Cylindrical-coordinate representation of color #D1B86D: hue angle of 45º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1B86D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 109 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.18 |
| HSL | 45º | 0.52% | 0.62% | - |
| HSV(B) | 45º | 0.48% | 0.82% | - |
| XYZ | 46.2 | 48.94 | 21.48 | - |
| YUV | 182.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 109 | 0 | 0.12 | 0.48 | 0.18 | 45 | 0.52 | 0.62 |
| Hex | D1 | B8 | 6D | 0 | C | 30 | 12 | 2D | 34 | 3E |
| Octal | 321 | 270 | 155 | 0 | 14 | 60 | 22 | 55 | 64 | 76 |
| Binary | 11010001 | 10111000 | 1101101 | 0 | 1100 | 110000 | 10010 | 101101 | 110100 | 111110 |
Color Harmonies of #D1B86D
Complementary color
Monochromatic Colors of #D1B86D
Black with #D1B86D
Text Example
Text Example
White with #D1B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B86D; }
p { color: rgb(209,184,109); }
H1.HeaderClassName
{
color: #D1B86D;
}
.AnyTagClassName
{
color: #D1B86D;
}
</style>
background-color css
<style>
a { background-color: #D1B86D; }
a { background-color: rgb(209,184,109); }
div.DivClassName
{
background-color: #D1B86D;
}
.BgClassName
{
background-color: #D1B86D;
}
</style>
border-color css
<style>
span { border-color: #D1B86D; }
span { border-color: rgb(209,184,109); }
td.TdClassName
{
border-color: #D1B86D;
}
.TagClassName
{
border-color: #D1B86D;
}
</style>