Shades of Putty #D2B76D
Tints of Putty #D2B76D
RGB
CMYK
RGB Variations
Color information
#D2B76D (or 0xD2B76D) is known color: Putty. HEX triplet: D2, B7 and 6D. RGB value is (210,183,109). Sum of RGB (Red+Green+Blue) = 210+183+109=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B76D is #2D4892. Grayscale: #B6B6B6. Windows color (decimal): -2967699 or 7190482. OLE color: 7190482.
HSL color Cylindrical-coordinate representation of color #D2B76D: hue angle of 43.96º 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 #D2B76D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 109 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.18 |
| HSL | 43.96º | 0.53% | 0.63% | - |
| HSV(B) | 43.96º | 0.48% | 0.82% | - |
| XYZ | 46.27 | 48.67 | 21.42 | - |
| YUV | 182.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 109 | 0 | 0.13 | 0.48 | 0.18 | 43.96 | 0.53 | 0.63 |
| Hex | D2 | B7 | 6D | 0 | D | 30 | 12 | 2C | 35 | 3F |
| Octal | 322 | 267 | 155 | 0 | 15 | 60 | 22 | 54 | 65 | 77 |
| Binary | 11010010 | 10110111 | 1101101 | 0 | 1101 | 110000 | 10010 | 101100 | 110101 | 111111 |
Color Harmonies of #D2B76D
Complementary color
Monochromatic Colors of #D2B76D
Black with #D2B76D
Text Example
Text Example
White with #D2B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B76D; }
p { color: rgb(210,183,109); }
H1.HeaderClassName
{
color: #D2B76D;
}
.AnyTagClassName
{
color: #D2B76D;
}
</style>
background-color css
<style>
a { background-color: #D2B76D; }
a { background-color: rgb(210,183,109); }
div.DivClassName
{
background-color: #D2B76D;
}
.BgClassName
{
background-color: #D2B76D;
}
</style>
border-color css
<style>
span { border-color: #D2B76D; }
span { border-color: rgb(210,183,109); }
td.TdClassName
{
border-color: #D2B76D;
}
.TagClassName
{
border-color: #D2B76D;
}
</style>