Shades of Chocolate #DB731C
Tints of Chocolate #DB731C
RGB
CMYK
RGB Variations
Color information
#DB731C (or 0xDB731C) is known color: Chocolate. HEX triplet: DB, 73 and 1C. RGB value is (219,115,28). Sum of RGB (Red+Green+Blue) = 219+115+28=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB731C is #248CE3. Grayscale: #888888. Windows color (decimal): -2395364 or 1864667. OLE color: 1864667.
HSL color Cylindrical-coordinate representation of color #DB731C: hue angle of 27.33º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB731C is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 28 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.14 |
| HSL | 27.33º | 0.77% | 0.48% | - |
| HSV(B) | 27.33º | 0.87% | 0.86% | - |
| XYZ | 35.55 | 27.41 | 4.51 | - |
| YUV | 136.18 | 66.96 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 28 | 0 | 0.47 | 0.87 | 0.14 | 27.33 | 0.77 | 0.48 |
| Hex | DB | 73 | 1C | 0 | 2F | 57 | E | 1B | 4D | 30 |
| Octal | 333 | 163 | 34 | 0 | 57 | 127 | 16 | 33 | 115 | 60 |
| Binary | 11011011 | 1110011 | 11100 | 0 | 101111 | 1010111 | 1110 | 11011 | 1001101 | 110000 |
Color Harmonies of #DB731C
Complementary color
Monochromatic Colors of #DB731C
Black with #DB731C
Text Example
Text Example
White with #DB731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB731C; }
p { color: rgb(219,115,28); }
H1.HeaderClassName
{
color: #DB731C;
}
.AnyTagClassName
{
color: #DB731C;
}
</style>
background-color css
<style>
a { background-color: #DB731C; }
a { background-color: rgb(219,115,28); }
div.DivClassName
{
background-color: #DB731C;
}
.BgClassName
{
background-color: #DB731C;
}
</style>
border-color css
<style>
span { border-color: #DB731C; }
span { border-color: rgb(219,115,28); }
td.TdClassName
{
border-color: #DB731C;
}
.TagClassName
{
border-color: #DB731C;
}
</style>