Shades of Chocolate #DC6A1F
Tints of Chocolate #DC6A1F
RGB
CMYK
RGB Variations
Color information
#DC6A1F (or 0xDC6A1F) is known color: Chocolate. HEX triplet: DC, 6A and 1F. RGB value is (220,106,31). Sum of RGB (Red+Green+Blue) = 220+106+31=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A1F is #2395E0. Grayscale: #838383. Windows color (decimal): -2332129 or 2058972. OLE color: 2058972.
HSL color Cylindrical-coordinate representation of color #DC6A1F: hue angle of 23.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC6A1F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 31 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.14 |
| HSL | 23.81º | 0.75% | 0.49% | - |
| HSV(B) | 23.81º | 0.86% | 0.86% | - |
| XYZ | 34.92 | 25.62 | 4.4 | - |
| YUV | 131.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 31 | 0 | 0.52 | 0.86 | 0.14 | 23.81 | 0.75 | 0.49 |
| Hex | DC | 6A | 1F | 0 | 34 | 56 | E | 18 | 4B | 31 |
| Octal | 334 | 152 | 37 | 0 | 64 | 126 | 16 | 30 | 113 | 61 |
| Binary | 11011100 | 1101010 | 11111 | 0 | 110100 | 1010110 | 1110 | 11000 | 1001011 | 110001 |
Color Harmonies of #DC6A1F
Complementary color
Monochromatic Colors of #DC6A1F
Black with #DC6A1F
Text Example
Text Example
White with #DC6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A1F; }
p { color: rgb(220,106,31); }
H1.HeaderClassName
{
color: #DC6A1F;
}
.AnyTagClassName
{
color: #DC6A1F;
}
</style>
background-color css
<style>
a { background-color: #DC6A1F; }
a { background-color: rgb(220,106,31); }
div.DivClassName
{
background-color: #DC6A1F;
}
.BgClassName
{
background-color: #DC6A1F;
}
</style>
border-color css
<style>
span { border-color: #DC6A1F; }
span { border-color: rgb(220,106,31); }
td.TdClassName
{
border-color: #DC6A1F;
}
.TagClassName
{
border-color: #DC6A1F;
}
</style>