Shades of Chocolate #DA6423
Tints of Chocolate #DA6423
RGB
CMYK
RGB Variations
Color information
#DA6423 (or 0xDA6423) is known color: Chocolate. HEX triplet: DA, 64 and 23. RGB value is (218,100,35). Sum of RGB (Red+Green+Blue) = 218+100+35=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6423 is #259BDC. Grayscale: #808080. Windows color (decimal): -2464733 or 2319578. OLE color: 2319578.
HSL color Cylindrical-coordinate representation of color #DA6423: hue angle of 21.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA6423 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 35 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.15 |
| HSL | 21.31º | 0.72% | 0.5% | - |
| HSV(B) | 21.31º | 0.84% | 0.85% | - |
| XYZ | 33.77 | 24.14 | 4.47 | - |
| YUV | 127.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 35 | 0 | 0.54 | 0.84 | 0.15 | 21.31 | 0.72 | 0.5 |
| Hex | DA | 64 | 23 | 0 | 36 | 54 | F | 15 | 48 | 32 |
| Octal | 332 | 144 | 43 | 0 | 66 | 124 | 17 | 25 | 110 | 62 |
| Binary | 11011010 | 1100100 | 100011 | 0 | 110110 | 1010100 | 1111 | 10101 | 1001000 | 110010 |
Color Harmonies of #DA6423
Complementary color
Monochromatic Colors of #DA6423
Black with #DA6423
Text Example
Text Example
White with #DA6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6423; }
p { color: rgb(218,100,35); }
H1.HeaderClassName
{
color: #DA6423;
}
.AnyTagClassName
{
color: #DA6423;
}
</style>
background-color css
<style>
a { background-color: #DA6423; }
a { background-color: rgb(218,100,35); }
div.DivClassName
{
background-color: #DA6423;
}
.BgClassName
{
background-color: #DA6423;
}
</style>
border-color css
<style>
span { border-color: #DA6423; }
span { border-color: rgb(218,100,35); }
td.TdClassName
{
border-color: #DA6423;
}
.TagClassName
{
border-color: #DA6423;
}
</style>