Shades of Chocolate #DC6724
Tints of Chocolate #DC6724
RGB
CMYK
RGB Variations
Color information
#DC6724 (or 0xDC6724) is known color: Chocolate. HEX triplet: DC, 67 and 24. RGB value is (220,103,36). Sum of RGB (Red+Green+Blue) = 220+103+36=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6724 is #2398DB. Grayscale: #828282. Windows color (decimal): -2332892 or 2385884. OLE color: 2385884.
HSL color Cylindrical-coordinate representation of color #DC6724: hue angle of 21.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC6724 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 36 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.14 |
| HSL | 21.85º | 0.72% | 0.5% | - |
| HSV(B) | 21.85º | 0.84% | 0.86% | - |
| XYZ | 34.68 | 25.04 | 4.67 | - |
| YUV | 130.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 36 | 0 | 0.53 | 0.84 | 0.14 | 21.85 | 0.72 | 0.5 |
| Hex | DC | 67 | 24 | 0 | 35 | 54 | E | 16 | 48 | 32 |
| Octal | 334 | 147 | 44 | 0 | 65 | 124 | 16 | 26 | 110 | 62 |
| Binary | 11011100 | 1100111 | 100100 | 0 | 110101 | 1010100 | 1110 | 10110 | 1001000 | 110010 |
Color Harmonies of #DC6724
Complementary color
Monochromatic Colors of #DC6724
Black with #DC6724
Text Example
Text Example
White with #DC6724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6724; }
p { color: rgb(220,103,36); }
H1.HeaderClassName
{
color: #DC6724;
}
.AnyTagClassName
{
color: #DC6724;
}
</style>
background-color css
<style>
a { background-color: #DC6724; }
a { background-color: rgb(220,103,36); }
div.DivClassName
{
background-color: #DC6724;
}
.BgClassName
{
background-color: #DC6724;
}
</style>
border-color css
<style>
span { border-color: #DC6724; }
span { border-color: rgb(220,103,36); }
td.TdClassName
{
border-color: #DC6724;
}
.TagClassName
{
border-color: #DC6724;
}
</style>