Shades of Chocolate #DC651C
Tints of Chocolate #DC651C
RGB
CMYK
RGB Variations
Color information
#DC651C (or 0xDC651C) is known color: Chocolate. HEX triplet: DC, 65 and 1C. RGB value is (220,101,28). Sum of RGB (Red+Green+Blue) = 220+101+28=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC651C is #239AE3. Grayscale: #808080. Windows color (decimal): -2333412 or 1861084. OLE color: 1861084.
HSL color Cylindrical-coordinate representation of color #DC651C: hue angle of 22.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC651C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.14 |
| HSL | 22.81º | 0.77% | 0.49% | - |
| HSV(B) | 22.81º | 0.87% | 0.86% | - |
| XYZ | 34.38 | 24.61 | 4.04 | - |
| YUV | 128.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 28 | 0 | 0.54 | 0.87 | 0.14 | 22.81 | 0.77 | 0.49 |
| Hex | DC | 65 | 1C | 0 | 36 | 57 | E | 17 | 4D | 31 |
| Octal | 334 | 145 | 34 | 0 | 66 | 127 | 16 | 27 | 115 | 61 |
| Binary | 11011100 | 1100101 | 11100 | 0 | 110110 | 1010111 | 1110 | 10111 | 1001101 | 110001 |
Color Harmonies of #DC651C
Complementary color
Monochromatic Colors of #DC651C
Black with #DC651C
Text Example
Text Example
White with #DC651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC651C; }
p { color: rgb(220,101,28); }
H1.HeaderClassName
{
color: #DC651C;
}
.AnyTagClassName
{
color: #DC651C;
}
</style>
background-color css
<style>
a { background-color: #DC651C; }
a { background-color: rgb(220,101,28); }
div.DivClassName
{
background-color: #DC651C;
}
.BgClassName
{
background-color: #DC651C;
}
</style>
border-color css
<style>
span { border-color: #DC651C; }
span { border-color: rgb(220,101,28); }
td.TdClassName
{
border-color: #DC651C;
}
.TagClassName
{
border-color: #DC651C;
}
</style>