Shades of Chocolate #DC671A
Tints of Chocolate #DC671A
RGB
CMYK
RGB Variations
Color information
#DC671A (or 0xDC671A) is known color: Chocolate. HEX triplet: DC, 67 and 1A. RGB value is (220,103,26). Sum of RGB (Red+Green+Blue) = 220+103+26=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC671A is #2398E5. Grayscale: #818181. Windows color (decimal): -2332902 or 1730524. OLE color: 1730524.
HSL color Cylindrical-coordinate representation of color #DC671A: hue angle of 23.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC671A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 26 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.14 |
| HSL | 23.81º | 0.79% | 0.48% | - |
| HSV(B) | 23.81º | 0.88% | 0.86% | - |
| XYZ | 34.55 | 24.99 | 3.98 | - |
| YUV | 129.21 | 69.76 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 26 | 0 | 0.53 | 0.88 | 0.14 | 23.81 | 0.79 | 0.48 |
| Hex | DC | 67 | 1A | 0 | 35 | 58 | E | 18 | 4F | 30 |
| Octal | 334 | 147 | 32 | 0 | 65 | 130 | 16 | 30 | 117 | 60 |
| Binary | 11011100 | 1100111 | 11010 | 0 | 110101 | 1011000 | 1110 | 11000 | 1001111 | 110000 |
Color Harmonies of #DC671A
Complementary color
Monochromatic Colors of #DC671A
Black with #DC671A
Text Example
Text Example
White with #DC671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC671A; }
p { color: rgb(220,103,26); }
H1.HeaderClassName
{
color: #DC671A;
}
.AnyTagClassName
{
color: #DC671A;
}
</style>
background-color css
<style>
a { background-color: #DC671A; }
a { background-color: rgb(220,103,26); }
div.DivClassName
{
background-color: #DC671A;
}
.BgClassName
{
background-color: #DC671A;
}
</style>
border-color css
<style>
span { border-color: #DC671A; }
span { border-color: rgb(220,103,26); }
td.TdClassName
{
border-color: #DC671A;
}
.TagClassName
{
border-color: #DC671A;
}
</style>