Shades of Chocolate #DA741A
Tints of Chocolate #DA741A
RGB
CMYK
RGB Variations
Color information
#DA741A (or 0xDA741A) is known color: Chocolate. HEX triplet: DA, 74 and 1A. RGB value is (218,116,26). Sum of RGB (Red+Green+Blue) = 218+116+26=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA741A is #258BE5. Grayscale: #888888. Windows color (decimal): -2460646 or 1733850. OLE color: 1733850.
HSL color Cylindrical-coordinate representation of color #DA741A: hue angle of 28.12º 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 #DA741A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 26 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.15 |
| HSL | 28.13º | 0.79% | 0.48% | - |
| HSV(B) | 28.13º | 0.88% | 0.85% | - |
| XYZ | 35.35 | 27.47 | 4.42 | - |
| YUV | 136.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 26 | 0 | 0.47 | 0.88 | 0.15 | 28.13 | 0.79 | 0.48 |
| Hex | DA | 74 | 1A | 0 | 2F | 58 | F | 1C | 4F | 30 |
| Octal | 332 | 164 | 32 | 0 | 57 | 130 | 17 | 34 | 117 | 60 |
| Binary | 11011010 | 1110100 | 11010 | 0 | 101111 | 1011000 | 1111 | 11100 | 1001111 | 110000 |
Color Harmonies of #DA741A
Complementary color
Monochromatic Colors of #DA741A
Black with #DA741A
Text Example
Text Example
White with #DA741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA741A; }
p { color: rgb(218,116,26); }
H1.HeaderClassName
{
color: #DA741A;
}
.AnyTagClassName
{
color: #DA741A;
}
</style>
background-color css
<style>
a { background-color: #DA741A; }
a { background-color: rgb(218,116,26); }
div.DivClassName
{
background-color: #DA741A;
}
.BgClassName
{
background-color: #DA741A;
}
</style>
border-color css
<style>
span { border-color: #DA741A; }
span { border-color: rgb(218,116,26); }
td.TdClassName
{
border-color: #DA741A;
}
.TagClassName
{
border-color: #DA741A;
}
</style>