Shades of Chocolate #DC6A1A
Tints of Chocolate #DC6A1A
RGB
CMYK
RGB Variations
Color information
#DC6A1A (or 0xDC6A1A) is known color: Chocolate. HEX triplet: DC, 6A and 1A. RGB value is (220,106,26). Sum of RGB (Red+Green+Blue) = 220+106+26=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A1A is #2395E5. Grayscale: #838383. Windows color (decimal): -2332134 or 1731292. OLE color: 1731292.
HSL color Cylindrical-coordinate representation of color #DC6A1A: hue angle of 24.74º 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 #DC6A1A is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 26 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.14 |
| HSL | 24.74º | 0.79% | 0.48% | - |
| HSV(B) | 24.74º | 0.88% | 0.86% | - |
| XYZ | 34.86 | 25.6 | 4.08 | - |
| YUV | 130.97 | 68.77 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 26 | 0 | 0.52 | 0.88 | 0.14 | 24.74 | 0.79 | 0.48 |
| Hex | DC | 6A | 1A | 0 | 34 | 58 | E | 19 | 4F | 30 |
| Octal | 334 | 152 | 32 | 0 | 64 | 130 | 16 | 31 | 117 | 60 |
| Binary | 11011100 | 1101010 | 11010 | 0 | 110100 | 1011000 | 1110 | 11001 | 1001111 | 110000 |
Color Harmonies of #DC6A1A
Complementary color
Monochromatic Colors of #DC6A1A
Black with #DC6A1A
Text Example
Text Example
White with #DC6A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A1A; }
p { color: rgb(220,106,26); }
H1.HeaderClassName
{
color: #DC6A1A;
}
.AnyTagClassName
{
color: #DC6A1A;
}
</style>
background-color css
<style>
a { background-color: #DC6A1A; }
a { background-color: rgb(220,106,26); }
div.DivClassName
{
background-color: #DC6A1A;
}
.BgClassName
{
background-color: #DC6A1A;
}
</style>
border-color css
<style>
span { border-color: #DC6A1A; }
span { border-color: rgb(220,106,26); }
td.TdClassName
{
border-color: #DC6A1A;
}
.TagClassName
{
border-color: #DC6A1A;
}
</style>