Shades of Chocolate #DC741B
Tints of Chocolate #DC741B
RGB
CMYK
RGB Variations
Color information
#DC741B (or 0xDC741B) is known color: Chocolate. HEX triplet: DC, 74 and 1B. RGB value is (220,116,27). Sum of RGB (Red+Green+Blue) = 220+116+27=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC741B is #238BE4. Grayscale: #898989. Windows color (decimal): -2329573 or 1799388. OLE color: 1799388.
HSL color Cylindrical-coordinate representation of color #DC741B: hue angle of 27.67º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC741B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.14 |
| HSL | 27.67º | 0.78% | 0.48% | - |
| HSV(B) | 27.67º | 0.88% | 0.86% | - |
| XYZ | 35.96 | 27.79 | 4.5 | - |
| YUV | 136.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 27 | 0 | 0.47 | 0.88 | 0.14 | 27.67 | 0.78 | 0.48 |
| Hex | DC | 74 | 1B | 0 | 2F | 58 | E | 1C | 4E | 30 |
| Octal | 334 | 164 | 33 | 0 | 57 | 130 | 16 | 34 | 116 | 60 |
| Binary | 11011100 | 1110100 | 11011 | 0 | 101111 | 1011000 | 1110 | 11100 | 1001110 | 110000 |
Color Harmonies of #DC741B
Complementary color
Monochromatic Colors of #DC741B
Black with #DC741B
Text Example
Text Example
White with #DC741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC741B; }
p { color: rgb(220,116,27); }
H1.HeaderClassName
{
color: #DC741B;
}
.AnyTagClassName
{
color: #DC741B;
}
</style>
background-color css
<style>
a { background-color: #DC741B; }
a { background-color: rgb(220,116,27); }
div.DivClassName
{
background-color: #DC741B;
}
.BgClassName
{
background-color: #DC741B;
}
</style>
border-color css
<style>
span { border-color: #DC741B; }
span { border-color: rgb(220,116,27); }
td.TdClassName
{
border-color: #DC741B;
}
.TagClassName
{
border-color: #DC741B;
}
</style>