Shades of Putty #D2BA70
Tints of Putty #D2BA70
RGB
CMYK
RGB Variations
Color information
#D2BA70 (or 0xD2BA70) is known color: Putty. HEX triplet: D2, BA and 70. RGB value is (210,186,112). Sum of RGB (Red+Green+Blue) = 210+186+112=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA70 is #2D458F. Grayscale: #B9B9B9. Windows color (decimal): -2966928 or 7387858. OLE color: 7387858.
HSL color Cylindrical-coordinate representation of color #D2BA70: hue angle of 45.31º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2BA70 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 112 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.18 |
| HSL | 45.31º | 0.52% | 0.63% | - |
| HSV(B) | 45.31º | 0.47% | 0.82% | - |
| XYZ | 47.06 | 49.99 | 22.5 | - |
| YUV | 184.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 112 | 0 | 0.11 | 0.47 | 0.18 | 45.31 | 0.52 | 0.63 |
| Hex | D2 | BA | 70 | 0 | B | 2F | 12 | 2D | 34 | 3F |
| Octal | 322 | 272 | 160 | 0 | 13 | 57 | 22 | 55 | 64 | 77 |
| Binary | 11010010 | 10111010 | 1110000 | 0 | 1011 | 101111 | 10010 | 101101 | 110100 | 111111 |
Color Harmonies of #D2BA70
Complementary color
Monochromatic Colors of #D2BA70
Black with #D2BA70
Text Example
Text Example
White with #D2BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA70; }
p { color: rgb(210,186,112); }
H1.HeaderClassName
{
color: #D2BA70;
}
.AnyTagClassName
{
color: #D2BA70;
}
</style>
background-color css
<style>
a { background-color: #D2BA70; }
a { background-color: rgb(210,186,112); }
div.DivClassName
{
background-color: #D2BA70;
}
.BgClassName
{
background-color: #D2BA70;
}
</style>
border-color css
<style>
span { border-color: #D2BA70; }
span { border-color: rgb(210,186,112); }
td.TdClassName
{
border-color: #D2BA70;
}
.TagClassName
{
border-color: #D2BA70;
}
</style>