Shades of Putty #D0B37B
Tints of Putty #D0B37B
RGB
CMYK
RGB Variations
Color information
#D0B37B (or 0xD0B37B) is known color: Putty. HEX triplet: D0, B3 and 7B. RGB value is (208,179,123). Sum of RGB (Red+Green+Blue) = 208+179+123=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B37B is #2F4C84. Grayscale: #B5B5B5. Windows color (decimal): -3099781 or 8106960. OLE color: 8106960.
HSL color Cylindrical-coordinate representation of color #D0B37B: hue angle of 39.53º degrees, saturation: 0.47, 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 #D0B37B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 123 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.18 |
| HSL | 39.53º | 0.47% | 0.65% | - |
| HSV(B) | 39.53º | 0.41% | 0.82% | - |
| XYZ | 45.71 | 47.08 | 25.42 | - |
| YUV | 181.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 123 | 0 | 0.14 | 0.41 | 0.18 | 39.53 | 0.47 | 0.65 |
| Hex | D0 | B3 | 7B | 0 | E | 29 | 12 | 28 | 2F | 41 |
| Octal | 320 | 263 | 173 | 0 | 16 | 51 | 22 | 50 | 57 | 101 |
| Binary | 11010000 | 10110011 | 1111011 | 0 | 1110 | 101001 | 10010 | 101000 | 101111 | 1000001 |
Color Harmonies of #D0B37B
Complementary color
Monochromatic Colors of #D0B37B
Black with #D0B37B
Text Example
Text Example
White with #D0B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B37B; }
p { color: rgb(208,179,123); }
H1.HeaderClassName
{
color: #D0B37B;
}
.AnyTagClassName
{
color: #D0B37B;
}
</style>
background-color css
<style>
a { background-color: #D0B37B; }
a { background-color: rgb(208,179,123); }
div.DivClassName
{
background-color: #D0B37B;
}
.BgClassName
{
background-color: #D0B37B;
}
</style>
border-color css
<style>
span { border-color: #D0B37B; }
span { border-color: rgb(208,179,123); }
td.TdClassName
{
border-color: #D0B37B;
}
.TagClassName
{
border-color: #D0B37B;
}
</style>