Shades of Chocolate #DA670F
Tints of Chocolate #DA670F
RGB
CMYK
RGB Variations
Color information
#DA670F (or 0xDA670F) is known color: Chocolate. HEX triplet: DA, 67 and 0F. RGB value is (218,103,15). Sum of RGB (Red+Green+Blue) = 218+103+15=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA670F is #2598F0. Grayscale: #7F7F7F. Windows color (decimal): -2463985 or 1009626. OLE color: 1009626.
HSL color Cylindrical-coordinate representation of color #DA670F: hue angle of 26.01º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA670F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.15 |
| HSL | 26.01º | 0.87% | 0.46% | - |
| HSV(B) | 26.01º | 0.93% | 0.85% | - |
| XYZ | 33.85 | 24.64 | 3.42 | - |
| YUV | 127.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 15 | 0 | 0.53 | 0.93 | 0.15 | 26.01 | 0.87 | 0.46 |
| Hex | DA | 67 | F | 0 | 35 | 5D | F | 1A | 57 | 2E |
| Octal | 332 | 147 | 17 | 0 | 65 | 135 | 17 | 32 | 127 | 56 |
| Binary | 11011010 | 1100111 | 1111 | 0 | 110101 | 1011101 | 1111 | 11010 | 1010111 | 101110 |
Color Harmonies of #DA670F
Complementary color
Monochromatic Colors of #DA670F
Black with #DA670F
Text Example
Text Example
White with #DA670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA670F; }
p { color: rgb(218,103,15); }
H1.HeaderClassName
{
color: #DA670F;
}
.AnyTagClassName
{
color: #DA670F;
}
</style>
background-color css
<style>
a { background-color: #DA670F; }
a { background-color: rgb(218,103,15); }
div.DivClassName
{
background-color: #DA670F;
}
.BgClassName
{
background-color: #DA670F;
}
</style>
border-color css
<style>
span { border-color: #DA670F; }
span { border-color: rgb(218,103,15); }
td.TdClassName
{
border-color: #DA670F;
}
.TagClassName
{
border-color: #DA670F;
}
</style>