Shades of Putty #D0B272
Tints of Putty #D0B272
RGB
CMYK
RGB Variations
Color information
#D0B272 (or 0xD0B272) is known color: Putty. HEX triplet: D0, B2 and 72. RGB value is (208,178,114). Sum of RGB (Red+Green+Blue) = 208+178+114=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B272 is #2F4D8D. Grayscale: #B3B3B3. Windows color (decimal): -3100046 or 7516880. OLE color: 7516880.
HSL color Cylindrical-coordinate representation of color #D0B272: hue angle of 40.85º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0B272 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 114 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.18 |
| HSL | 40.85º | 0.5% | 0.63% | - |
| HSV(B) | 40.85º | 0.45% | 0.82% | - |
| XYZ | 44.97 | 46.47 | 22.52 | - |
| YUV | 179.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 114 | 0 | 0.14 | 0.45 | 0.18 | 40.85 | 0.5 | 0.63 |
| Hex | D0 | B2 | 72 | 0 | E | 2D | 12 | 29 | 32 | 3F |
| Octal | 320 | 262 | 162 | 0 | 16 | 55 | 22 | 51 | 62 | 77 |
| Binary | 11010000 | 10110010 | 1110010 | 0 | 1110 | 101101 | 10010 | 101001 | 110010 | 111111 |
Color Harmonies of #D0B272
Complementary color
Monochromatic Colors of #D0B272
Black with #D0B272
Text Example
Text Example
White with #D0B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B272; }
p { color: rgb(208,178,114); }
H1.HeaderClassName
{
color: #D0B272;
}
.AnyTagClassName
{
color: #D0B272;
}
</style>
background-color css
<style>
a { background-color: #D0B272; }
a { background-color: rgb(208,178,114); }
div.DivClassName
{
background-color: #D0B272;
}
.BgClassName
{
background-color: #D0B272;
}
</style>
border-color css
<style>
span { border-color: #D0B272; }
span { border-color: rgb(208,178,114); }
td.TdClassName
{
border-color: #D0B272;
}
.TagClassName
{
border-color: #D0B272;
}
</style>