Shades of Chocolate #DA6A22
Tints of Chocolate #DA6A22
RGB
CMYK
RGB Variations
Color information
#DA6A22 (or 0xDA6A22) is known color: Chocolate. HEX triplet: DA, 6A and 22. RGB value is (218,106,34). Sum of RGB (Red+Green+Blue) = 218+106+34=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A22 is #2595DD. Grayscale: #838383. Windows color (decimal): -2463198 or 2255578. OLE color: 2255578.
HSL color Cylindrical-coordinate representation of color #DA6A22: hue angle of 23.48º 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 #DA6A22 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 34 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.15 |
| HSL | 23.48º | 0.73% | 0.49% | - |
| HSV(B) | 23.48º | 0.84% | 0.85% | - |
| XYZ | 34.36 | 25.33 | 4.59 | - |
| YUV | 131.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 34 | 0 | 0.51 | 0.84 | 0.15 | 23.48 | 0.73 | 0.49 |
| Hex | DA | 6A | 22 | 0 | 33 | 54 | F | 17 | 49 | 31 |
| Octal | 332 | 152 | 42 | 0 | 63 | 124 | 17 | 27 | 111 | 61 |
| Binary | 11011010 | 1101010 | 100010 | 0 | 110011 | 1010100 | 1111 | 10111 | 1001001 | 110001 |
Color Harmonies of #DA6A22
Complementary color
Monochromatic Colors of #DA6A22
Black with #DA6A22
Text Example
Text Example
White with #DA6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A22; }
p { color: rgb(218,106,34); }
H1.HeaderClassName
{
color: #DA6A22;
}
.AnyTagClassName
{
color: #DA6A22;
}
</style>
background-color css
<style>
a { background-color: #DA6A22; }
a { background-color: rgb(218,106,34); }
div.DivClassName
{
background-color: #DA6A22;
}
.BgClassName
{
background-color: #DA6A22;
}
</style>
border-color css
<style>
span { border-color: #DA6A22; }
span { border-color: rgb(218,106,34); }
td.TdClassName
{
border-color: #DA6A22;
}
.TagClassName
{
border-color: #DA6A22;
}
</style>