Shades of Chocolate #DA741B
Tints of Chocolate #DA741B
RGB
CMYK
RGB Variations
Color information
#DA741B (or 0xDA741B) is known color: Chocolate. HEX triplet: DA, 74 and 1B. RGB value is (218,116,27). Sum of RGB (Red+Green+Blue) = 218+116+27=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA741B is #258BE4. Grayscale: #888888. Windows color (decimal): -2460645 or 1799386. OLE color: 1799386.
HSL color Cylindrical-coordinate representation of color #DA741B: hue angle of 27.96º degrees, saturation: 0.78, 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 #DA741B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.15 |
| HSL | 27.96º | 0.78% | 0.48% | - |
| HSV(B) | 27.96º | 0.88% | 0.85% | - |
| XYZ | 35.36 | 27.48 | 4.48 | - |
| YUV | 136.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 27 | 0 | 0.47 | 0.88 | 0.15 | 27.96 | 0.78 | 0.48 |
| Hex | DA | 74 | 1B | 0 | 2F | 58 | F | 1C | 4E | 30 |
| Octal | 332 | 164 | 33 | 0 | 57 | 130 | 17 | 34 | 116 | 60 |
| Binary | 11011010 | 1110100 | 11011 | 0 | 101111 | 1011000 | 1111 | 11100 | 1001110 | 110000 |
Color Harmonies of #DA741B
Complementary color
Monochromatic Colors of #DA741B
Black with #DA741B
Text Example
Text Example
White with #DA741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA741B; }
p { color: rgb(218,116,27); }
H1.HeaderClassName
{
color: #DA741B;
}
.AnyTagClassName
{
color: #DA741B;
}
</style>
background-color css
<style>
a { background-color: #DA741B; }
a { background-color: rgb(218,116,27); }
div.DivClassName
{
background-color: #DA741B;
}
.BgClassName
{
background-color: #DA741B;
}
</style>
border-color css
<style>
span { border-color: #DA741B; }
span { border-color: rgb(218,116,27); }
td.TdClassName
{
border-color: #DA741B;
}
.TagClassName
{
border-color: #DA741B;
}
</style>