Shades of Chocolate #DA6123
Tints of Chocolate #DA6123
RGB
CMYK
RGB Variations
Color information
#DA6123 (or 0xDA6123) is known color: Chocolate. HEX triplet: DA, 61 and 23. RGB value is (218,97,35). Sum of RGB (Red+Green+Blue) = 218+97+35=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6123 is #259EDC. Grayscale: #7E7E7E. Windows color (decimal): -2465501 or 2318810. OLE color: 2318810.
HSL color Cylindrical-coordinate representation of color #DA6123: hue angle of 20.33º 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 #DA6123 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 35 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.15 |
| HSL | 20.33º | 0.72% | 0.5% | - |
| HSV(B) | 20.33º | 0.84% | 0.85% | - |
| XYZ | 33.49 | 23.58 | 4.38 | - |
| YUV | 126.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 35 | 0 | 0.56 | 0.84 | 0.15 | 20.33 | 0.72 | 0.5 |
| Hex | DA | 61 | 23 | 0 | 38 | 54 | F | 14 | 48 | 32 |
| Octal | 332 | 141 | 43 | 0 | 70 | 124 | 17 | 24 | 110 | 62 |
| Binary | 11011010 | 1100001 | 100011 | 0 | 111000 | 1010100 | 1111 | 10100 | 1001000 | 110010 |
Color Harmonies of #DA6123
Complementary color
Monochromatic Colors of #DA6123
Black with #DA6123
Text Example
Text Example
White with #DA6123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6123; }
p { color: rgb(218,97,35); }
H1.HeaderClassName
{
color: #DA6123;
}
.AnyTagClassName
{
color: #DA6123;
}
</style>
background-color css
<style>
a { background-color: #DA6123; }
a { background-color: rgb(218,97,35); }
div.DivClassName
{
background-color: #DA6123;
}
.BgClassName
{
background-color: #DA6123;
}
</style>
border-color css
<style>
span { border-color: #DA6123; }
span { border-color: rgb(218,97,35); }
td.TdClassName
{
border-color: #DA6123;
}
.TagClassName
{
border-color: #DA6123;
}
</style>