Shades of Chocolate #DA641C
Tints of Chocolate #DA641C
RGB
CMYK
RGB Variations
Color information
#DA641C (or 0xDA641C) is known color: Chocolate. HEX triplet: DA, 64 and 1C. RGB value is (218,100,28). Sum of RGB (Red+Green+Blue) = 218+100+28=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA641C is #259BE3. Grayscale: #7F7F7F. Windows color (decimal): -2464740 or 1860826. OLE color: 1860826.
HSL color Cylindrical-coordinate representation of color #DA641C: hue angle of 22.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA641C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.15 |
| HSL | 22.74º | 0.77% | 0.48% | - |
| HSV(B) | 22.74º | 0.87% | 0.85% | - |
| XYZ | 33.68 | 24.1 | 3.98 | - |
| YUV | 127.07 | 72.09 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 28 | 0 | 0.54 | 0.87 | 0.15 | 22.74 | 0.77 | 0.48 |
| Hex | DA | 64 | 1C | 0 | 36 | 57 | F | 17 | 4D | 30 |
| Octal | 332 | 144 | 34 | 0 | 66 | 127 | 17 | 27 | 115 | 60 |
| Binary | 11011010 | 1100100 | 11100 | 0 | 110110 | 1010111 | 1111 | 10111 | 1001101 | 110000 |
Color Harmonies of #DA641C
Complementary color
Monochromatic Colors of #DA641C
Black with #DA641C
Text Example
Text Example
White with #DA641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA641C; }
p { color: rgb(218,100,28); }
H1.HeaderClassName
{
color: #DA641C;
}
.AnyTagClassName
{
color: #DA641C;
}
</style>
background-color css
<style>
a { background-color: #DA641C; }
a { background-color: rgb(218,100,28); }
div.DivClassName
{
background-color: #DA641C;
}
.BgClassName
{
background-color: #DA641C;
}
</style>
border-color css
<style>
span { border-color: #DA641C; }
span { border-color: rgb(218,100,28); }
td.TdClassName
{
border-color: #DA641C;
}
.TagClassName
{
border-color: #DA641C;
}
</style>