Shades of Chocolate #DA6622
Tints of Chocolate #DA6622
RGB
CMYK
RGB Variations
Color information
#DA6622 (or 0xDA6622) is known color: Chocolate. HEX triplet: DA, 66 and 22. RGB value is (218,102,34). Sum of RGB (Red+Green+Blue) = 218+102+34=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6622 is #2599DD. Grayscale: #818181. Windows color (decimal): -2464222 or 2254554. OLE color: 2254554.
HSL color Cylindrical-coordinate representation of color #DA6622: hue angle of 22.17º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA6622 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 34 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.15 |
| HSL | 22.17º | 0.73% | 0.49% | - |
| HSV(B) | 22.17º | 0.84% | 0.85% | - |
| XYZ | 33.95 | 24.52 | 4.46 | - |
| YUV | 128.93 | 74.43 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 34 | 0 | 0.53 | 0.84 | 0.15 | 22.17 | 0.73 | 0.49 |
| Hex | DA | 66 | 22 | 0 | 35 | 54 | F | 16 | 49 | 31 |
| Octal | 332 | 146 | 42 | 0 | 65 | 124 | 17 | 26 | 111 | 61 |
| Binary | 11011010 | 1100110 | 100010 | 0 | 110101 | 1010100 | 1111 | 10110 | 1001001 | 110001 |
Color Harmonies of #DA6622
Complementary color
Monochromatic Colors of #DA6622
Black with #DA6622
Text Example
Text Example
White with #DA6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6622; }
p { color: rgb(218,102,34); }
H1.HeaderClassName
{
color: #DA6622;
}
.AnyTagClassName
{
color: #DA6622;
}
</style>
background-color css
<style>
a { background-color: #DA6622; }
a { background-color: rgb(218,102,34); }
div.DivClassName
{
background-color: #DA6622;
}
.BgClassName
{
background-color: #DA6622;
}
</style>
border-color css
<style>
span { border-color: #DA6622; }
span { border-color: rgb(218,102,34); }
td.TdClassName
{
border-color: #DA6622;
}
.TagClassName
{
border-color: #DA6622;
}
</style>