Shades of Chocolate #DA671E
Tints of Chocolate #DA671E
RGB
CMYK
RGB Variations
Color information
#DA671E (or 0xDA671E) is known color: Chocolate. HEX triplet: DA, 67 and 1E. RGB value is (218,103,30). Sum of RGB (Red+Green+Blue) = 218+103+30=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA671E is #2598E1. Grayscale: #818181. Windows color (decimal): -2463970 or 1992666. OLE color: 1992666.
HSL color Cylindrical-coordinate representation of color #DA671E: hue angle of 23.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA671E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 30 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.15 |
| HSL | 23.3º | 0.76% | 0.49% | - |
| HSV(B) | 23.3º | 0.86% | 0.85% | - |
| XYZ | 34 | 24.7 | 4.2 | - |
| YUV | 129.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 30 | 0 | 0.53 | 0.86 | 0.15 | 23.3 | 0.76 | 0.49 |
| Hex | DA | 67 | 1E | 0 | 35 | 56 | F | 17 | 4C | 31 |
| Octal | 332 | 147 | 36 | 0 | 65 | 126 | 17 | 27 | 114 | 61 |
| Binary | 11011010 | 1100111 | 11110 | 0 | 110101 | 1010110 | 1111 | 10111 | 1001100 | 110001 |
Color Harmonies of #DA671E
Complementary color
Monochromatic Colors of #DA671E
Black with #DA671E
Text Example
Text Example
White with #DA671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA671E; }
p { color: rgb(218,103,30); }
H1.HeaderClassName
{
color: #DA671E;
}
.AnyTagClassName
{
color: #DA671E;
}
</style>
background-color css
<style>
a { background-color: #DA671E; }
a { background-color: rgb(218,103,30); }
div.DivClassName
{
background-color: #DA671E;
}
.BgClassName
{
background-color: #DA671E;
}
</style>
border-color css
<style>
span { border-color: #DA671E; }
span { border-color: rgb(218,103,30); }
td.TdClassName
{
border-color: #DA671E;
}
.TagClassName
{
border-color: #DA671E;
}
</style>