Shades of Putty #D2B76F
Tints of Putty #D2B76F
RGB
CMYK
RGB Variations
Color information
#D2B76F (or 0xD2B76F) is known color: Putty. HEX triplet: D2, B7 and 6F. RGB value is (210,183,111). Sum of RGB (Red+Green+Blue) = 210+183+111=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B76F is #2D4890. Grayscale: #B7B7B7. Windows color (decimal): -2967697 or 7321554. OLE color: 7321554.
HSL color Cylindrical-coordinate representation of color #D2B76F: hue angle of 43.64º 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 #D2B76F is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 111 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.18 |
| HSL | 43.64º | 0.52% | 0.63% | - |
| HSV(B) | 43.64º | 0.47% | 0.82% | - |
| XYZ | 46.38 | 48.72 | 22 | - |
| YUV | 182.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 111 | 0 | 0.13 | 0.47 | 0.18 | 43.64 | 0.52 | 0.63 |
| Hex | D2 | B7 | 6F | 0 | D | 2F | 12 | 2C | 34 | 3F |
| Octal | 322 | 267 | 157 | 0 | 15 | 57 | 22 | 54 | 64 | 77 |
| Binary | 11010010 | 10110111 | 1101111 | 0 | 1101 | 101111 | 10010 | 101100 | 110100 | 111111 |
Color Harmonies of #D2B76F
Complementary color
Monochromatic Colors of #D2B76F
Black with #D2B76F
Text Example
Text Example
White with #D2B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B76F; }
p { color: rgb(210,183,111); }
H1.HeaderClassName
{
color: #D2B76F;
}
.AnyTagClassName
{
color: #D2B76F;
}
</style>
background-color css
<style>
a { background-color: #D2B76F; }
a { background-color: rgb(210,183,111); }
div.DivClassName
{
background-color: #D2B76F;
}
.BgClassName
{
background-color: #D2B76F;
}
</style>
border-color css
<style>
span { border-color: #D2B76F; }
span { border-color: rgb(210,183,111); }
td.TdClassName
{
border-color: #D2B76F;
}
.TagClassName
{
border-color: #D2B76F;
}
</style>