Shades of Putty #D2BA71
Tints of Putty #D2BA71
RGB
CMYK
RGB Variations
Color information
#D2BA71 (or 0xD2BA71) is known color: Putty. HEX triplet: D2, BA and 71. RGB value is (210,186,113). Sum of RGB (Red+Green+Blue) = 210+186+113=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA71 is #2D458E. Grayscale: #B9B9B9. Windows color (decimal): -2966927 or 7453394. OLE color: 7453394.
HSL color Cylindrical-coordinate representation of color #D2BA71: hue angle of 45.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2BA71 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 113 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.18 |
| HSL | 45.15º | 0.52% | 0.63% | - |
| HSV(B) | 45.15º | 0.46% | 0.82% | - |
| XYZ | 47.12 | 50.01 | 22.79 | - |
| YUV | 184.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 113 | 0 | 0.11 | 0.46 | 0.18 | 45.15 | 0.52 | 0.63 |
| Hex | D2 | BA | 71 | 0 | B | 2E | 12 | 2D | 34 | 3F |
| Octal | 322 | 272 | 161 | 0 | 13 | 56 | 22 | 55 | 64 | 77 |
| Binary | 11010010 | 10111010 | 1110001 | 0 | 1011 | 101110 | 10010 | 101101 | 110100 | 111111 |
Color Harmonies of #D2BA71
Complementary color
Monochromatic Colors of #D2BA71
Black with #D2BA71
Text Example
Text Example
White with #D2BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA71; }
p { color: rgb(210,186,113); }
H1.HeaderClassName
{
color: #D2BA71;
}
.AnyTagClassName
{
color: #D2BA71;
}
</style>
background-color css
<style>
a { background-color: #D2BA71; }
a { background-color: rgb(210,186,113); }
div.DivClassName
{
background-color: #D2BA71;
}
.BgClassName
{
background-color: #D2BA71;
}
</style>
border-color css
<style>
span { border-color: #D2BA71; }
span { border-color: rgb(210,186,113); }
td.TdClassName
{
border-color: #D2BA71;
}
.TagClassName
{
border-color: #D2BA71;
}
</style>