#DC680E

Color #DC680E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #DC680E

Tints of Chocolate #DC680E

Color information

#DC680E (or 0xDC680E) is unknown color: approx Chocolate. HEX triplet: DC, 68 and 0E. RGB value is (220,104,14). Sum of RGB (Red+Green+Blue) = 220+104+14=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC680E is #2397F1. Grayscale: #808080. Windows color (decimal): -2332658 or 944348. OLE color: 944348.

HSL color Cylindrical-coordinate representation of color #DC680E: hue angle of 26.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC680E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB22010414-
CMYK00.530.940.14
HSL26.21º88.03%45.88%-
HSV(B)26.21º93.64%86.27%-
XYZ34.5425.153.45-
YUV128.4263.43193.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 65.09%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=65.09%
G=30.77%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201041400.530.940.1426.2188.0345.88
HexDC68E0355EE1a582e
Octal33415016065136163213056
Binary1101110011010001110011010110111101110110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC680E; }

 p { color: rgb(220,104,14); }

 H1.HeaderClassName
 {
   color: #DC680E;
 }
 .AnyTagClassName
 {
   color: #DC680E;
 }
</style>
background-color css

<style>
 a { background-color: #DC680E; }

 a { background-color: rgb(220,104,14); }

 div.DivClassName
 {
   background-color: #DC680E;
 }
 .BgClassName
 {
   background-color: #DC680E;
 }
</style>
border-color css

<style>
 span { border-color: #DC680E; }

 span { border-color: rgb(220,104,14); }

 td.TdClassName
 {
   border-color: #DC680E;
 }
 .TagClassName
 {
   border-color: #DC680E;
 }
</style>