Shades of Chocolate #DC651D
Tints of Chocolate #DC651D
RGB
CMYK
RGB Variations
Color information
#DC651D (or 0xDC651D) is known color: Chocolate. HEX triplet: DC, 65 and 1D. RGB value is (220,101,29). Sum of RGB (Red+Green+Blue) = 220+101+29=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC651D is #239AE2. Grayscale: #808080. Windows color (decimal): -2333411 or 1926620. OLE color: 1926620.
HSL color Cylindrical-coordinate representation of color #DC651D: hue angle of 22.62º 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 #DC651D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 29 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.14 |
| HSL | 22.62º | 0.77% | 0.49% | - |
| HSV(B) | 22.62º | 0.87% | 0.86% | - |
| XYZ | 34.39 | 24.61 | 4.1 | - |
| YUV | 128.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 29 | 0 | 0.54 | 0.87 | 0.14 | 22.62 | 0.77 | 0.49 |
| Hex | DC | 65 | 1D | 0 | 36 | 57 | E | 17 | 4D | 31 |
| Octal | 334 | 145 | 35 | 0 | 66 | 127 | 16 | 27 | 115 | 61 |
| Binary | 11011100 | 1100101 | 11101 | 0 | 110110 | 1010111 | 1110 | 10111 | 1001101 | 110001 |
Color Harmonies of #DC651D
Complementary color
Monochromatic Colors of #DC651D
Black with #DC651D
Text Example
Text Example
White with #DC651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC651D; }
p { color: rgb(220,101,29); }
H1.HeaderClassName
{
color: #DC651D;
}
.AnyTagClassName
{
color: #DC651D;
}
</style>
background-color css
<style>
a { background-color: #DC651D; }
a { background-color: rgb(220,101,29); }
div.DivClassName
{
background-color: #DC651D;
}
.BgClassName
{
background-color: #DC651D;
}
</style>
border-color css
<style>
span { border-color: #DC651D; }
span { border-color: rgb(220,101,29); }
td.TdClassName
{
border-color: #DC651D;
}
.TagClassName
{
border-color: #DC651D;
}
</style>