Shades of Chocolate #DC651F
Tints of Chocolate #DC651F
RGB
CMYK
RGB Variations
Color information
#DC651F (or 0xDC651F) is known color: Chocolate. HEX triplet: DC, 65 and 1F. RGB value is (220,101,31). Sum of RGB (Red+Green+Blue) = 220+101+31=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC651F is #239AE0. Grayscale: #818181. Windows color (decimal): -2333409 or 2057692. OLE color: 2057692.
HSL color Cylindrical-coordinate representation of color #DC651F: hue angle of 22.22º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC651F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.14 |
| HSL | 22.22º | 0.75% | 0.49% | - |
| HSV(B) | 22.22º | 0.86% | 0.86% | - |
| XYZ | 34.42 | 24.62 | 4.23 | - |
| YUV | 128.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 31 | 0 | 0.54 | 0.86 | 0.14 | 22.22 | 0.75 | 0.49 |
| Hex | DC | 65 | 1F | 0 | 36 | 56 | E | 16 | 4B | 31 |
| Octal | 334 | 145 | 37 | 0 | 66 | 126 | 16 | 26 | 113 | 61 |
| Binary | 11011100 | 1100101 | 11111 | 0 | 110110 | 1010110 | 1110 | 10110 | 1001011 | 110001 |
Color Harmonies of #DC651F
Complementary color
Monochromatic Colors of #DC651F
Black with #DC651F
Text Example
Text Example
White with #DC651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC651F; }
p { color: rgb(220,101,31); }
H1.HeaderClassName
{
color: #DC651F;
}
.AnyTagClassName
{
color: #DC651F;
}
</style>
background-color css
<style>
a { background-color: #DC651F; }
a { background-color: rgb(220,101,31); }
div.DivClassName
{
background-color: #DC651F;
}
.BgClassName
{
background-color: #DC651F;
}
</style>
border-color css
<style>
span { border-color: #DC651F; }
span { border-color: rgb(220,101,31); }
td.TdClassName
{
border-color: #DC651F;
}
.TagClassName
{
border-color: #DC651F;
}
</style>