Shades of Chocolate #DA671C
Tints of Chocolate #DA671C
RGB
CMYK
RGB Variations
Color information
#DA671C (or 0xDA671C) is known color: Chocolate. HEX triplet: DA, 67 and 1C. RGB value is (218,103,28). Sum of RGB (Red+Green+Blue) = 218+103+28=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA671C is #2598E3. Grayscale: #818181. Windows color (decimal): -2463972 or 1861594. OLE color: 1861594.
HSL color Cylindrical-coordinate representation of color #DA671C: hue angle of 23.68º 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 #DA671C is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 28 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.15 |
| HSL | 23.68º | 0.77% | 0.48% | - |
| HSV(B) | 23.68º | 0.87% | 0.85% | - |
| XYZ | 33.97 | 24.69 | 4.07 | - |
| YUV | 128.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 28 | 0 | 0.53 | 0.87 | 0.15 | 23.68 | 0.77 | 0.48 |
| Hex | DA | 67 | 1C | 0 | 35 | 57 | F | 18 | 4D | 30 |
| Octal | 332 | 147 | 34 | 0 | 65 | 127 | 17 | 30 | 115 | 60 |
| Binary | 11011010 | 1100111 | 11100 | 0 | 110101 | 1010111 | 1111 | 11000 | 1001101 | 110000 |
Color Harmonies of #DA671C
Complementary color
Monochromatic Colors of #DA671C
Black with #DA671C
Text Example
Text Example
White with #DA671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA671C; }
p { color: rgb(218,103,28); }
H1.HeaderClassName
{
color: #DA671C;
}
.AnyTagClassName
{
color: #DA671C;
}
</style>
background-color css
<style>
a { background-color: #DA671C; }
a { background-color: rgb(218,103,28); }
div.DivClassName
{
background-color: #DA671C;
}
.BgClassName
{
background-color: #DA671C;
}
</style>
border-color css
<style>
span { border-color: #DA671C; }
span { border-color: rgb(218,103,28); }
td.TdClassName
{
border-color: #DA671C;
}
.TagClassName
{
border-color: #DA671C;
}
</style>