Shades of Putty #D2BA72
Tints of Putty #D2BA72
RGB
CMYK
RGB Variations
Color information
#D2BA72 (or 0xD2BA72) is known color: Putty. HEX triplet: D2, BA and 72. RGB value is (210,186,114). Sum of RGB (Red+Green+Blue) = 210+186+114=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA72 is #2D458D. Grayscale: #B9B9B9. Windows color (decimal): -2966926 or 7518930. OLE color: 7518930.
HSL color Cylindrical-coordinate representation of color #D2BA72: hue angle of 45º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2BA72 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 114 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.18 |
| HSL | 45º | 0.52% | 0.64% | - |
| HSV(B) | 45º | 0.46% | 0.82% | - |
| XYZ | 47.17 | 50.03 | 23.09 | - |
| YUV | 184.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 114 | 0 | 0.11 | 0.46 | 0.18 | 45 | 0.52 | 0.64 |
| Hex | D2 | BA | 72 | 0 | B | 2E | 12 | 2D | 34 | 40 |
| Octal | 322 | 272 | 162 | 0 | 13 | 56 | 22 | 55 | 64 | 100 |
| Binary | 11010010 | 10111010 | 1110010 | 0 | 1011 | 101110 | 10010 | 101101 | 110100 | 1000000 |
Color Harmonies of #D2BA72
Complementary color
Monochromatic Colors of #D2BA72
Black with #D2BA72
Text Example
Text Example
White with #D2BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA72; }
p { color: rgb(210,186,114); }
H1.HeaderClassName
{
color: #D2BA72;
}
.AnyTagClassName
{
color: #D2BA72;
}
</style>
background-color css
<style>
a { background-color: #D2BA72; }
a { background-color: rgb(210,186,114); }
div.DivClassName
{
background-color: #D2BA72;
}
.BgClassName
{
background-color: #D2BA72;
}
</style>
border-color css
<style>
span { border-color: #D2BA72; }
span { border-color: rgb(210,186,114); }
td.TdClassName
{
border-color: #D2BA72;
}
.TagClassName
{
border-color: #D2BA72;
}
</style>