Shades of Putty #D2B66D
Tints of Putty #D2B66D
RGB
CMYK
RGB Variations
Color information
#D2B66D (or 0xD2B66D) is known color: Putty. HEX triplet: D2, B6 and 6D. RGB value is (210,182,109). Sum of RGB (Red+Green+Blue) = 210+182+109=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B66D is #2D4992. Grayscale: #B6B6B6. Windows color (decimal): -2967955 or 7190226. OLE color: 7190226.
HSL color Cylindrical-coordinate representation of color #D2B66D: hue angle of 43.37º 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 #D2B66D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 109 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.18 |
| HSL | 43.37º | 0.53% | 0.63% | - |
| HSV(B) | 43.37º | 0.48% | 0.82% | - |
| XYZ | 46.07 | 48.26 | 21.36 | - |
| YUV | 182.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 109 | 0 | 0.13 | 0.48 | 0.18 | 43.37 | 0.53 | 0.63 |
| Hex | D2 | B6 | 6D | 0 | D | 30 | 12 | 2B | 35 | 3F |
| Octal | 322 | 266 | 155 | 0 | 15 | 60 | 22 | 53 | 65 | 77 |
| Binary | 11010010 | 10110110 | 1101101 | 0 | 1101 | 110000 | 10010 | 101011 | 110101 | 111111 |
Color Harmonies of #D2B66D
Complementary color
Monochromatic Colors of #D2B66D
Black with #D2B66D
Text Example
Text Example
White with #D2B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B66D; }
p { color: rgb(210,182,109); }
H1.HeaderClassName
{
color: #D2B66D;
}
.AnyTagClassName
{
color: #D2B66D;
}
</style>
background-color css
<style>
a { background-color: #D2B66D; }
a { background-color: rgb(210,182,109); }
div.DivClassName
{
background-color: #D2B66D;
}
.BgClassName
{
background-color: #D2B66D;
}
</style>
border-color css
<style>
span { border-color: #D2B66D; }
span { border-color: rgb(210,182,109); }
td.TdClassName
{
border-color: #D2B66D;
}
.TagClassName
{
border-color: #D2B66D;
}
</style>