Shades of Putty #DCB372
Tints of Putty #DCB372
RGB
CMYK
RGB Variations
Color information
#DCB372 (or 0xDCB372) is known color: Putty. HEX triplet: DC, B3 and 72. RGB value is (220,179,114). Sum of RGB (Red+Green+Blue) = 220+179+114=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB372 is #234C8D. Grayscale: #B8B8B8. Windows color (decimal): -2313358 or 7517148. OLE color: 7517148.
HSL color Cylindrical-coordinate representation of color #DCB372: hue angle of 36.79º 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 #DCB372 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 114 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.14 |
| HSL | 36.79º | 0.6% | 0.65% | - |
| HSV(B) | 36.79º | 0.48% | 0.86% | - |
| XYZ | 48.67 | 48.67 | 22.75 | - |
| YUV | 183.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 114 | 0 | 0.19 | 0.48 | 0.14 | 36.79 | 0.6 | 0.65 |
| Hex | DC | B3 | 72 | 0 | 13 | 30 | E | 25 | 3C | 41 |
| Octal | 334 | 263 | 162 | 0 | 23 | 60 | 16 | 45 | 74 | 101 |
| Binary | 11011100 | 10110011 | 1110010 | 0 | 10011 | 110000 | 1110 | 100101 | 111100 | 1000001 |
Color Harmonies of #DCB372
Complementary color
Monochromatic Colors of #DCB372
Black with #DCB372
Text Example
Text Example
White with #DCB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB372; }
p { color: rgb(220,179,114); }
H1.HeaderClassName
{
color: #DCB372;
}
.AnyTagClassName
{
color: #DCB372;
}
</style>
background-color css
<style>
a { background-color: #DCB372; }
a { background-color: rgb(220,179,114); }
div.DivClassName
{
background-color: #DCB372;
}
.BgClassName
{
background-color: #DCB372;
}
</style>
border-color css
<style>
span { border-color: #DCB372; }
span { border-color: rgb(220,179,114); }
td.TdClassName
{
border-color: #DCB372;
}
.TagClassName
{
border-color: #DCB372;
}
</style>