Shades of Putty #D2B86D
Tints of Putty #D2B86D
RGB
CMYK
RGB Variations
Color information
#D2B86D (or 0xD2B86D) is known color: Putty. HEX triplet: D2, B8 and 6D. RGB value is (210,184,109). Sum of RGB (Red+Green+Blue) = 210+184+109=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B86D is #2D4792. Grayscale: #B7B7B7. Windows color (decimal): -2967443 or 7190738. OLE color: 7190738.
HSL color Cylindrical-coordinate representation of color #D2B86D: hue angle of 44.55º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2B86D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 109 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.18 |
| HSL | 44.55º | 0.53% | 0.63% | - |
| HSV(B) | 44.55º | 0.48% | 0.82% | - |
| XYZ | 46.48 | 49.09 | 21.49 | - |
| YUV | 183.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 109 | 0 | 0.12 | 0.48 | 0.18 | 44.55 | 0.53 | 0.63 |
| Hex | D2 | B8 | 6D | 0 | C | 30 | 12 | 2D | 35 | 3F |
| Octal | 322 | 270 | 155 | 0 | 14 | 60 | 22 | 55 | 65 | 77 |
| Binary | 11010010 | 10111000 | 1101101 | 0 | 1100 | 110000 | 10010 | 101101 | 110101 | 111111 |
Color Harmonies of #D2B86D
Complementary color
Monochromatic Colors of #D2B86D
Black with #D2B86D
Text Example
Text Example
White with #D2B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B86D; }
p { color: rgb(210,184,109); }
H1.HeaderClassName
{
color: #D2B86D;
}
.AnyTagClassName
{
color: #D2B86D;
}
</style>
background-color css
<style>
a { background-color: #D2B86D; }
a { background-color: rgb(210,184,109); }
div.DivClassName
{
background-color: #D2B86D;
}
.BgClassName
{
background-color: #D2B86D;
}
</style>
border-color css
<style>
span { border-color: #D2B86D; }
span { border-color: rgb(210,184,109); }
td.TdClassName
{
border-color: #D2B86D;
}
.TagClassName
{
border-color: #D2B86D;
}
</style>