Shades of Chocolate #DC6722
Tints of Chocolate #DC6722
RGB
CMYK
RGB Variations
Color information
#DC6722 (or 0xDC6722) is known color: Chocolate. HEX triplet: DC, 67 and 22. RGB value is (220,103,34). Sum of RGB (Red+Green+Blue) = 220+103+34=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6722 is #2398DD. Grayscale: #828282. Windows color (decimal): -2332894 or 2254812. OLE color: 2254812.
HSL color Cylindrical-coordinate representation of color #DC6722: hue angle of 22.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC6722 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 34 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.14 |
| HSL | 22.26º | 0.73% | 0.5% | - |
| HSV(B) | 22.26º | 0.85% | 0.86% | - |
| XYZ | 34.65 | 25.03 | 4.52 | - |
| YUV | 130.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 34 | 0 | 0.53 | 0.85 | 0.14 | 22.26 | 0.73 | 0.5 |
| Hex | DC | 67 | 22 | 0 | 35 | 55 | E | 16 | 49 | 32 |
| Octal | 334 | 147 | 42 | 0 | 65 | 125 | 16 | 26 | 111 | 62 |
| Binary | 11011100 | 1100111 | 100010 | 0 | 110101 | 1010101 | 1110 | 10110 | 1001001 | 110010 |
Color Harmonies of #DC6722
Complementary color
Monochromatic Colors of #DC6722
Black with #DC6722
Text Example
Text Example
White with #DC6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6722; }
p { color: rgb(220,103,34); }
H1.HeaderClassName
{
color: #DC6722;
}
.AnyTagClassName
{
color: #DC6722;
}
</style>
background-color css
<style>
a { background-color: #DC6722; }
a { background-color: rgb(220,103,34); }
div.DivClassName
{
background-color: #DC6722;
}
.BgClassName
{
background-color: #DC6722;
}
</style>
border-color css
<style>
span { border-color: #DC6722; }
span { border-color: rgb(220,103,34); }
td.TdClassName
{
border-color: #DC6722;
}
.TagClassName
{
border-color: #DC6722;
}
</style>