Shades of Putty #D2B57B
Tints of Putty #D2B57B
RGB
CMYK
RGB Variations
Color information
#D2B57B (or 0xD2B57B) is known color: Putty. HEX triplet: D2, B5 and 7B. RGB value is (210,181,123). Sum of RGB (Red+Green+Blue) = 210+181+123=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B57B is #2D4A84. Grayscale: #B7B7B7. Windows color (decimal): -2968197 or 8107474. OLE color: 8107474.
HSL color Cylindrical-coordinate representation of color #D2B57B: hue angle of 40º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2B57B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 123 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.18 |
| HSL | 40º | 0.49% | 0.65% | - |
| HSV(B) | 40º | 0.41% | 0.82% | - |
| XYZ | 46.68 | 48.18 | 25.58 | - |
| YUV | 183.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 123 | 0 | 0.14 | 0.41 | 0.18 | 40 | 0.49 | 0.65 |
| Hex | D2 | B5 | 7B | 0 | E | 29 | 12 | 28 | 31 | 41 |
| Octal | 322 | 265 | 173 | 0 | 16 | 51 | 22 | 50 | 61 | 101 |
| Binary | 11010010 | 10110101 | 1111011 | 0 | 1110 | 101001 | 10010 | 101000 | 110001 | 1000001 |
Color Harmonies of #D2B57B
Complementary color
Monochromatic Colors of #D2B57B
Black with #D2B57B
Text Example
Text Example
White with #D2B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B57B; }
p { color: rgb(210,181,123); }
H1.HeaderClassName
{
color: #D2B57B;
}
.AnyTagClassName
{
color: #D2B57B;
}
</style>
background-color css
<style>
a { background-color: #D2B57B; }
a { background-color: rgb(210,181,123); }
div.DivClassName
{
background-color: #D2B57B;
}
.BgClassName
{
background-color: #D2B57B;
}
</style>
border-color css
<style>
span { border-color: #D2B57B; }
span { border-color: rgb(210,181,123); }
td.TdClassName
{
border-color: #D2B57B;
}
.TagClassName
{
border-color: #D2B57B;
}
</style>