Shades of Chocolate #DA631B
Tints of Chocolate #DA631B
RGB
CMYK
RGB Variations
Color information
#DA631B (or 0xDA631B) is known color: Chocolate. HEX triplet: DA, 63 and 1B. RGB value is (218,99,27). Sum of RGB (Red+Green+Blue) = 218+99+27=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA631B is #259CE4. Grayscale: #7E7E7E. Windows color (decimal): -2464997 or 1795034. OLE color: 1795034.
HSL color Cylindrical-coordinate representation of color #DA631B: hue angle of 22.62º 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 #DA631B is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 27 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.15 |
| HSL | 22.62º | 0.78% | 0.48% | - |
| HSV(B) | 22.62º | 0.88% | 0.85% | - |
| XYZ | 33.57 | 23.91 | 3.88 | - |
| YUV | 126.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 27 | 0 | 0.55 | 0.88 | 0.15 | 22.62 | 0.78 | 0.48 |
| Hex | DA | 63 | 1B | 0 | 37 | 58 | F | 17 | 4E | 30 |
| Octal | 332 | 143 | 33 | 0 | 67 | 130 | 17 | 27 | 116 | 60 |
| Binary | 11011010 | 1100011 | 11011 | 0 | 110111 | 1011000 | 1111 | 10111 | 1001110 | 110000 |
Color Harmonies of #DA631B
Complementary color
Monochromatic Colors of #DA631B
Black with #DA631B
Text Example
Text Example
White with #DA631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA631B; }
p { color: rgb(218,99,27); }
H1.HeaderClassName
{
color: #DA631B;
}
.AnyTagClassName
{
color: #DA631B;
}
</style>
background-color css
<style>
a { background-color: #DA631B; }
a { background-color: rgb(218,99,27); }
div.DivClassName
{
background-color: #DA631B;
}
.BgClassName
{
background-color: #DA631B;
}
</style>
border-color css
<style>
span { border-color: #DA631B; }
span { border-color: rgb(218,99,27); }
td.TdClassName
{
border-color: #DA631B;
}
.TagClassName
{
border-color: #DA631B;
}
</style>