Shades of Chocolate #DA681F
Tints of Chocolate #DA681F
RGB
CMYK
RGB Variations
Color information
#DA681F (or 0xDA681F) is known color: Chocolate. HEX triplet: DA, 68 and 1F. RGB value is (218,104,31). Sum of RGB (Red+Green+Blue) = 218+104+31=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA681F is #2597E0. Grayscale: #828282. Windows color (decimal): -2463713 or 2058458. OLE color: 2058458.
HSL color Cylindrical-coordinate representation of color #DA681F: hue angle of 23.42º degrees, saturation: 0.75, 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 #DA681F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 31 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.15 |
| HSL | 23.42º | 0.75% | 0.49% | - |
| HSV(B) | 23.42º | 0.86% | 0.85% | - |
| XYZ | 34.11 | 24.9 | 4.31 | - |
| YUV | 129.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 31 | 0 | 0.52 | 0.86 | 0.15 | 23.42 | 0.75 | 0.49 |
| Hex | DA | 68 | 1F | 0 | 34 | 56 | F | 17 | 4B | 31 |
| Octal | 332 | 150 | 37 | 0 | 64 | 126 | 17 | 27 | 113 | 61 |
| Binary | 11011010 | 1101000 | 11111 | 0 | 110100 | 1010110 | 1111 | 10111 | 1001011 | 110001 |
Color Harmonies of #DA681F
Complementary color
Monochromatic Colors of #DA681F
Black with #DA681F
Text Example
Text Example
White with #DA681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA681F; }
p { color: rgb(218,104,31); }
H1.HeaderClassName
{
color: #DA681F;
}
.AnyTagClassName
{
color: #DA681F;
}
</style>
background-color css
<style>
a { background-color: #DA681F; }
a { background-color: rgb(218,104,31); }
div.DivClassName
{
background-color: #DA681F;
}
.BgClassName
{
background-color: #DA681F;
}
</style>
border-color css
<style>
span { border-color: #DA681F; }
span { border-color: rgb(218,104,31); }
td.TdClassName
{
border-color: #DA681F;
}
.TagClassName
{
border-color: #DA681F;
}
</style>