Shades of Chocolate #DC741A
Tints of Chocolate #DC741A
RGB
CMYK
RGB Variations
Color information
#DC741A (or 0xDC741A) is known color: Chocolate. HEX triplet: DC, 74 and 1A. RGB value is (220,116,26). Sum of RGB (Red+Green+Blue) = 220+116+26=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC741A is #238BE5. Grayscale: #898989. Windows color (decimal): -2329574 or 1733852. OLE color: 1733852.
HSL color Cylindrical-coordinate representation of color #DC741A: hue angle of 27.84º degrees, saturation: 0.79, 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 #DC741A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 26 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.14 |
| HSL | 27.84º | 0.79% | 0.48% | - |
| HSV(B) | 27.84º | 0.88% | 0.86% | - |
| XYZ | 35.95 | 27.78 | 4.44 | - |
| YUV | 136.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 26 | 0 | 0.47 | 0.88 | 0.14 | 27.84 | 0.79 | 0.48 |
| Hex | DC | 74 | 1A | 0 | 2F | 58 | E | 1C | 4F | 30 |
| Octal | 334 | 164 | 32 | 0 | 57 | 130 | 16 | 34 | 117 | 60 |
| Binary | 11011100 | 1110100 | 11010 | 0 | 101111 | 1011000 | 1110 | 11100 | 1001111 | 110000 |
Color Harmonies of #DC741A
Complementary color
Monochromatic Colors of #DC741A
Black with #DC741A
Text Example
Text Example
White with #DC741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC741A; }
p { color: rgb(220,116,26); }
H1.HeaderClassName
{
color: #DC741A;
}
.AnyTagClassName
{
color: #DC741A;
}
</style>
background-color css
<style>
a { background-color: #DC741A; }
a { background-color: rgb(220,116,26); }
div.DivClassName
{
background-color: #DC741A;
}
.BgClassName
{
background-color: #DC741A;
}
</style>
border-color css
<style>
span { border-color: #DC741A; }
span { border-color: rgb(220,116,26); }
td.TdClassName
{
border-color: #DC741A;
}
.TagClassName
{
border-color: #DC741A;
}
</style>