Shades of Putty #DCB272
Tints of Putty #DCB272
RGB
CMYK
RGB Variations
Color information
#DCB272 (or 0xDCB272) is known color: Putty. HEX triplet: DC, B2 and 72. RGB value is (220,178,114). Sum of RGB (Red+Green+Blue) = 220+178+114=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB272 is #234D8D. Grayscale: #B7B7B7. Windows color (decimal): -2313614 or 7516892. OLE color: 7516892.
HSL color Cylindrical-coordinate representation of color #DCB272: hue angle of 36.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB272 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 114 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.14 |
| HSL | 36.23º | 0.6% | 0.65% | - |
| HSV(B) | 36.23º | 0.48% | 0.86% | - |
| XYZ | 48.47 | 48.27 | 22.68 | - |
| YUV | 183.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 114 | 0 | 0.19 | 0.48 | 0.14 | 36.23 | 0.6 | 0.65 |
| Hex | DC | B2 | 72 | 0 | 13 | 30 | E | 24 | 3C | 41 |
| Octal | 334 | 262 | 162 | 0 | 23 | 60 | 16 | 44 | 74 | 101 |
| Binary | 11011100 | 10110010 | 1110010 | 0 | 10011 | 110000 | 1110 | 100100 | 111100 | 1000001 |
Color Harmonies of #DCB272
Complementary color
Monochromatic Colors of #DCB272
Black with #DCB272
Text Example
Text Example
White with #DCB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB272; }
p { color: rgb(220,178,114); }
H1.HeaderClassName
{
color: #DCB272;
}
.AnyTagClassName
{
color: #DCB272;
}
</style>
background-color css
<style>
a { background-color: #DCB272; }
a { background-color: rgb(220,178,114); }
div.DivClassName
{
background-color: #DCB272;
}
.BgClassName
{
background-color: #DCB272;
}
</style>
border-color css
<style>
span { border-color: #DCB272; }
span { border-color: rgb(220,178,114); }
td.TdClassName
{
border-color: #DCB272;
}
.TagClassName
{
border-color: #DCB272;
}
</style>