Shades of Chocolate #DA501A
Tints of Chocolate #DA501A
RGB
CMYK
RGB Variations
Color information
#DA501A (or 0xDA501A) is known color: Chocolate. HEX triplet: DA, 50 and 1A. RGB value is (218,80,26). Sum of RGB (Red+Green+Blue) = 218+80+26=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA501A is #25AFE5. Grayscale: #737373. Windows color (decimal): -2469862 or 1724634. OLE color: 1724634.
HSL color Cylindrical-coordinate representation of color #DA501A: hue angle of 16.88º 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 #DA501A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.15 |
| HSL | 16.88º | 0.79% | 0.48% | - |
| HSV(B) | 16.88º | 0.88% | 0.85% | - |
| XYZ | 31.97 | 20.72 | 3.29 | - |
| YUV | 115.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 26 | 0 | 0.63 | 0.88 | 0.15 | 16.88 | 0.79 | 0.48 |
| Hex | DA | 50 | 1A | 0 | 3F | 58 | F | 11 | 4F | 30 |
| Octal | 332 | 120 | 32 | 0 | 77 | 130 | 17 | 21 | 117 | 60 |
| Binary | 11011010 | 1010000 | 11010 | 0 | 111111 | 1011000 | 1111 | 10001 | 1001111 | 110000 |
Color Harmonies of #DA501A
Complementary color
Monochromatic Colors of #DA501A
Black with #DA501A
Text Example
Text Example
White with #DA501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA501A; }
p { color: rgb(218,80,26); }
H1.HeaderClassName
{
color: #DA501A;
}
.AnyTagClassName
{
color: #DA501A;
}
</style>
background-color css
<style>
a { background-color: #DA501A; }
a { background-color: rgb(218,80,26); }
div.DivClassName
{
background-color: #DA501A;
}
.BgClassName
{
background-color: #DA501A;
}
</style>
border-color css
<style>
span { border-color: #DA501A; }
span { border-color: rgb(218,80,26); }
td.TdClassName
{
border-color: #DA501A;
}
.TagClassName
{
border-color: #DA501A;
}
</style>