Shades of Chocolate #DA641B
Tints of Chocolate #DA641B
RGB
CMYK
RGB Variations
Color information
#DA641B (or 0xDA641B) is known color: Chocolate. HEX triplet: DA, 64 and 1B. RGB value is (218,100,27). Sum of RGB (Red+Green+Blue) = 218+100+27=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA641B is #259BE4. Grayscale: #7F7F7F. Windows color (decimal): -2464741 or 1795290. OLE color: 1795290.
HSL color Cylindrical-coordinate representation of color #DA641B: hue angle of 22.93º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA641B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.15 |
| HSL | 22.93º | 0.78% | 0.48% | - |
| HSV(B) | 22.93º | 0.88% | 0.85% | - |
| XYZ | 33.67 | 24.1 | 3.91 | - |
| YUV | 126.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 27 | 0 | 0.54 | 0.88 | 0.15 | 22.93 | 0.78 | 0.48 |
| Hex | DA | 64 | 1B | 0 | 36 | 58 | F | 17 | 4E | 30 |
| Octal | 332 | 144 | 33 | 0 | 66 | 130 | 17 | 27 | 116 | 60 |
| Binary | 11011010 | 1100100 | 11011 | 0 | 110110 | 1011000 | 1111 | 10111 | 1001110 | 110000 |
Color Harmonies of #DA641B
Complementary color
Monochromatic Colors of #DA641B
Black with #DA641B
Text Example
Text Example
White with #DA641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA641B; }
p { color: rgb(218,100,27); }
H1.HeaderClassName
{
color: #DA641B;
}
.AnyTagClassName
{
color: #DA641B;
}
</style>
background-color css
<style>
a { background-color: #DA641B; }
a { background-color: rgb(218,100,27); }
div.DivClassName
{
background-color: #DA641B;
}
.BgClassName
{
background-color: #DA641B;
}
</style>
border-color css
<style>
span { border-color: #DA641B; }
span { border-color: rgb(218,100,27); }
td.TdClassName
{
border-color: #DA641B;
}
.TagClassName
{
border-color: #DA641B;
}
</style>