Shades of Putty #D2B06D
Tints of Putty #D2B06D
RGB
CMYK
RGB Variations
Color information
#D2B06D (or 0xD2B06D) is known color: Putty. HEX triplet: D2, B0 and 6D. RGB value is (210,176,109). Sum of RGB (Red+Green+Blue) = 210+176+109=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B06D is #2D4F92. Grayscale: #B2B2B2. Windows color (decimal): -2969491 or 7188690. OLE color: 7188690.
HSL color Cylindrical-coordinate representation of color #D2B06D: hue angle of 39.8º 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 #D2B06D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 109 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.18 |
| HSL | 39.8º | 0.53% | 0.63% | - |
| HSV(B) | 39.8º | 0.48% | 0.82% | - |
| XYZ | 44.86 | 45.86 | 20.95 | - |
| YUV | 178.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 109 | 0 | 0.16 | 0.48 | 0.18 | 39.8 | 0.53 | 0.63 |
| Hex | D2 | B0 | 6D | 0 | 10 | 30 | 12 | 28 | 35 | 3F |
| Octal | 322 | 260 | 155 | 0 | 20 | 60 | 22 | 50 | 65 | 77 |
| Binary | 11010010 | 10110000 | 1101101 | 0 | 10000 | 110000 | 10010 | 101000 | 110101 | 111111 |
Color Harmonies of #D2B06D
Complementary color
Monochromatic Colors of #D2B06D
Black with #D2B06D
Text Example
Text Example
White with #D2B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B06D; }
p { color: rgb(210,176,109); }
H1.HeaderClassName
{
color: #D2B06D;
}
.AnyTagClassName
{
color: #D2B06D;
}
</style>
background-color css
<style>
a { background-color: #D2B06D; }
a { background-color: rgb(210,176,109); }
div.DivClassName
{
background-color: #D2B06D;
}
.BgClassName
{
background-color: #D2B06D;
}
</style>
border-color css
<style>
span { border-color: #D2B06D; }
span { border-color: rgb(210,176,109); }
td.TdClassName
{
border-color: #D2B06D;
}
.TagClassName
{
border-color: #D2B06D;
}
</style>