Shades of Chocolate #DA6A1F
Tints of Chocolate #DA6A1F
RGB
CMYK
RGB Variations
Color information
#DA6A1F (or 0xDA6A1F) is known color: Chocolate. HEX triplet: DA, 6A and 1F. RGB value is (218,106,31). Sum of RGB (Red+Green+Blue) = 218+106+31=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A1F is #2595E0. Grayscale: #838383. Windows color (decimal): -2463201 or 2058970. OLE color: 2058970.
HSL color Cylindrical-coordinate representation of color #DA6A1F: hue angle of 24.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA6A1F is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 31 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.15 |
| HSL | 24.06º | 0.75% | 0.49% | - |
| HSV(B) | 24.06º | 0.86% | 0.85% | - |
| XYZ | 34.31 | 25.31 | 4.37 | - |
| YUV | 130.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 31 | 0 | 0.51 | 0.86 | 0.15 | 24.06 | 0.75 | 0.49 |
| Hex | DA | 6A | 1F | 0 | 33 | 56 | F | 18 | 4B | 31 |
| Octal | 332 | 152 | 37 | 0 | 63 | 126 | 17 | 30 | 113 | 61 |
| Binary | 11011010 | 1101010 | 11111 | 0 | 110011 | 1010110 | 1111 | 11000 | 1001011 | 110001 |
Color Harmonies of #DA6A1F
Complementary color
Monochromatic Colors of #DA6A1F
Black with #DA6A1F
Text Example
Text Example
White with #DA6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A1F; }
p { color: rgb(218,106,31); }
H1.HeaderClassName
{
color: #DA6A1F;
}
.AnyTagClassName
{
color: #DA6A1F;
}
</style>
background-color css
<style>
a { background-color: #DA6A1F; }
a { background-color: rgb(218,106,31); }
div.DivClassName
{
background-color: #DA6A1F;
}
.BgClassName
{
background-color: #DA6A1F;
}
</style>
border-color css
<style>
span { border-color: #DA6A1F; }
span { border-color: rgb(218,106,31); }
td.TdClassName
{
border-color: #DA6A1F;
}
.TagClassName
{
border-color: #DA6A1F;
}
</style>