Shades of Putty #D2B16D
Tints of Putty #D2B16D
RGB
CMYK
RGB Variations
Color information
#D2B16D (or 0xD2B16D) is known color: Putty. HEX triplet: D2, B1 and 6D. RGB value is (210,177,109). Sum of RGB (Red+Green+Blue) = 210+177+109=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B16D is #2D4E92. Grayscale: #B3B3B3. Windows color (decimal): -2969235 or 7188946. OLE color: 7188946.
HSL color Cylindrical-coordinate representation of color #D2B16D: hue angle of 40.4º 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 #D2B16D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 109 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.18 |
| HSL | 40.4º | 0.53% | 0.63% | - |
| HSV(B) | 40.4º | 0.48% | 0.82% | - |
| XYZ | 45.06 | 46.25 | 21.02 | - |
| YUV | 179.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 109 | 0 | 0.16 | 0.48 | 0.18 | 40.4 | 0.53 | 0.63 |
| Hex | D2 | B1 | 6D | 0 | 10 | 30 | 12 | 28 | 35 | 3F |
| Octal | 322 | 261 | 155 | 0 | 20 | 60 | 22 | 50 | 65 | 77 |
| Binary | 11010010 | 10110001 | 1101101 | 0 | 10000 | 110000 | 10010 | 101000 | 110101 | 111111 |
Color Harmonies of #D2B16D
Complementary color
Monochromatic Colors of #D2B16D
Black with #D2B16D
Text Example
Text Example
White with #D2B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B16D; }
p { color: rgb(210,177,109); }
H1.HeaderClassName
{
color: #D2B16D;
}
.AnyTagClassName
{
color: #D2B16D;
}
</style>
background-color css
<style>
a { background-color: #D2B16D; }
a { background-color: rgb(210,177,109); }
div.DivClassName
{
background-color: #D2B16D;
}
.BgClassName
{
background-color: #D2B16D;
}
</style>
border-color css
<style>
span { border-color: #D2B16D; }
span { border-color: rgb(210,177,109); }
td.TdClassName
{
border-color: #D2B16D;
}
.TagClassName
{
border-color: #D2B16D;
}
</style>