Shades of Putty #D2B37B
Tints of Putty #D2B37B
RGB
CMYK
RGB Variations
Color information
#D2B37B (or 0xD2B37B) is known color: Putty. HEX triplet: D2, B3 and 7B. RGB value is (210,179,123). Sum of RGB (Red+Green+Blue) = 210+179+123=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B37B is #2D4C84. Grayscale: #B6B6B6. Windows color (decimal): -2968709 or 8106962. OLE color: 8106962.
HSL color Cylindrical-coordinate representation of color #D2B37B: hue angle of 38.62º 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 #D2B37B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 123 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.18 |
| HSL | 38.62º | 0.49% | 0.65% | - |
| HSV(B) | 38.62º | 0.41% | 0.82% | - |
| XYZ | 46.27 | 47.37 | 25.44 | - |
| YUV | 181.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 123 | 0 | 0.15 | 0.41 | 0.18 | 38.62 | 0.49 | 0.65 |
| Hex | D2 | B3 | 7B | 0 | F | 29 | 12 | 27 | 31 | 41 |
| Octal | 322 | 263 | 173 | 0 | 17 | 51 | 22 | 47 | 61 | 101 |
| Binary | 11010010 | 10110011 | 1111011 | 0 | 1111 | 101001 | 10010 | 100111 | 110001 | 1000001 |
Color Harmonies of #D2B37B
Complementary color
Monochromatic Colors of #D2B37B
Black with #D2B37B
Text Example
Text Example
White with #D2B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B37B; }
p { color: rgb(210,179,123); }
H1.HeaderClassName
{
color: #D2B37B;
}
.AnyTagClassName
{
color: #D2B37B;
}
</style>
background-color css
<style>
a { background-color: #D2B37B; }
a { background-color: rgb(210,179,123); }
div.DivClassName
{
background-color: #D2B37B;
}
.BgClassName
{
background-color: #D2B37B;
}
</style>
border-color css
<style>
span { border-color: #D2B37B; }
span { border-color: rgb(210,179,123); }
td.TdClassName
{
border-color: #D2B37B;
}
.TagClassName
{
border-color: #D2B37B;
}
</style>