Shades of Chocolate #DA630F
Tints of Chocolate #DA630F
RGB
CMYK
RGB Variations
Color information
#DA630F (or 0xDA630F) is known color: Chocolate. HEX triplet: DA, 63 and 0F. RGB value is (218,99,15). Sum of RGB (Red+Green+Blue) = 218+99+15=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA630F is #259CF0. Grayscale: #7D7D7D. Windows color (decimal): -2465009 or 1008602. OLE color: 1008602.
HSL color Cylindrical-coordinate representation of color #DA630F: hue angle of 24.83º 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 #DA630F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.15 |
| HSL | 24.83º | 0.87% | 0.46% | - |
| HSV(B) | 24.83º | 0.93% | 0.85% | - |
| XYZ | 33.46 | 23.86 | 3.29 | - |
| YUV | 125.01 | 65.92 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 15 | 0 | 0.55 | 0.93 | 0.15 | 24.83 | 0.87 | 0.46 |
| Hex | DA | 63 | F | 0 | 37 | 5D | F | 19 | 57 | 2E |
| Octal | 332 | 143 | 17 | 0 | 67 | 135 | 17 | 31 | 127 | 56 |
| Binary | 11011010 | 1100011 | 1111 | 0 | 110111 | 1011101 | 1111 | 11001 | 1010111 | 101110 |
Color Harmonies of #DA630F
Complementary color
Monochromatic Colors of #DA630F
Black with #DA630F
Text Example
Text Example
White with #DA630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA630F; }
p { color: rgb(218,99,15); }
H1.HeaderClassName
{
color: #DA630F;
}
.AnyTagClassName
{
color: #DA630F;
}
</style>
background-color css
<style>
a { background-color: #DA630F; }
a { background-color: rgb(218,99,15); }
div.DivClassName
{
background-color: #DA630F;
}
.BgClassName
{
background-color: #DA630F;
}
</style>
border-color css
<style>
span { border-color: #DA630F; }
span { border-color: rgb(218,99,15); }
td.TdClassName
{
border-color: #DA630F;
}
.TagClassName
{
border-color: #DA630F;
}
</style>