Shades of Chocolate #DA721A
Tints of Chocolate #DA721A
RGB
CMYK
RGB Variations
Color information
#DA721A (or 0xDA721A) is known color: Chocolate. HEX triplet: DA, 72 and 1A. RGB value is (218,114,26). Sum of RGB (Red+Green+Blue) = 218+114+26=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA721A is #258DE5. Grayscale: #878787. Windows color (decimal): -2461158 or 1733338. OLE color: 1733338.
HSL color Cylindrical-coordinate representation of color #DA721A: hue angle of 27.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA721A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.15 |
| HSL | 27.5º | 0.79% | 0.48% | - |
| HSV(B) | 27.5º | 0.88% | 0.85% | - |
| XYZ | 35.12 | 27.01 | 4.34 | - |
| YUV | 135.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 26 | 0 | 0.48 | 0.88 | 0.15 | 27.5 | 0.79 | 0.48 |
| Hex | DA | 72 | 1A | 0 | 30 | 58 | F | 1C | 4F | 30 |
| Octal | 332 | 162 | 32 | 0 | 60 | 130 | 17 | 34 | 117 | 60 |
| Binary | 11011010 | 1110010 | 11010 | 0 | 110000 | 1011000 | 1111 | 11100 | 1001111 | 110000 |
Color Harmonies of #DA721A
Complementary color
Monochromatic Colors of #DA721A
Black with #DA721A
Text Example
Text Example
White with #DA721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA721A; }
p { color: rgb(218,114,26); }
H1.HeaderClassName
{
color: #DA721A;
}
.AnyTagClassName
{
color: #DA721A;
}
</style>
background-color css
<style>
a { background-color: #DA721A; }
a { background-color: rgb(218,114,26); }
div.DivClassName
{
background-color: #DA721A;
}
.BgClassName
{
background-color: #DA721A;
}
</style>
border-color css
<style>
span { border-color: #DA721A; }
span { border-color: rgb(218,114,26); }
td.TdClassName
{
border-color: #DA721A;
}
.TagClassName
{
border-color: #DA721A;
}
</style>