Shades of Chocolate #DA620F
Tints of Chocolate #DA620F
RGB
CMYK
RGB Variations
Color information
#DA620F (or 0xDA620F) is known color: Chocolate. HEX triplet: DA, 62 and 0F. RGB value is (218,98,15). Sum of RGB (Red+Green+Blue) = 218+98+15=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA620F is #259DF0. Grayscale: #7C7C7C. Windows color (decimal): -2465265 or 1008346. OLE color: 1008346.
HSL color Cylindrical-coordinate representation of color #DA620F: hue angle of 24.53º 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 #DA620F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.15 |
| HSL | 24.53º | 0.87% | 0.46% | - |
| HSV(B) | 24.53º | 0.93% | 0.85% | - |
| XYZ | 33.37 | 23.68 | 3.26 | - |
| YUV | 124.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 15 | 0 | 0.55 | 0.93 | 0.15 | 24.53 | 0.87 | 0.46 |
| Hex | DA | 62 | F | 0 | 37 | 5D | F | 19 | 57 | 2E |
| Octal | 332 | 142 | 17 | 0 | 67 | 135 | 17 | 31 | 127 | 56 |
| Binary | 11011010 | 1100010 | 1111 | 0 | 110111 | 1011101 | 1111 | 11001 | 1010111 | 101110 |
Color Harmonies of #DA620F
Complementary color
Monochromatic Colors of #DA620F
Black with #DA620F
Text Example
Text Example
White with #DA620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA620F; }
p { color: rgb(218,98,15); }
H1.HeaderClassName
{
color: #DA620F;
}
.AnyTagClassName
{
color: #DA620F;
}
</style>
background-color css
<style>
a { background-color: #DA620F; }
a { background-color: rgb(218,98,15); }
div.DivClassName
{
background-color: #DA620F;
}
.BgClassName
{
background-color: #DA620F;
}
</style>
border-color css
<style>
span { border-color: #DA620F; }
span { border-color: rgb(218,98,15); }
td.TdClassName
{
border-color: #DA620F;
}
.TagClassName
{
border-color: #DA620F;
}
</style>