#DC6810

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

Shades of Chocolate #DC6810

Tints of Chocolate #DC6810

Color information

#DC6810 (or 0xDC6810) is unknown color: approx Chocolate. HEX triplet: DC, 68 and 10. RGB value is (220,104,16). Sum of RGB (Red+Green+Blue) = 220+104+16=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6810 is #2397EF. Grayscale: #818181. Windows color (decimal): -2332656 or 1075420. OLE color: 1075420.

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

Color convert

RGB22010416-
CMYK00.530.930.14
HSL25.88º86.44%46.27%-
HSV(B)25.88º92.73%86.27%-
XYZ34.5625.153.52-
YUV128.6564.43193.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.71%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 16 (6.64% from 255) = 4.71%
R=64.71%
G=30.59%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201041600.530.930.1425.8886.4446.27
HexDC68100355DE1a562e
Octal33415020065135163212656
Binary11011100110100010000011010110111011110110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6810; }

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

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

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

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

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

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

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

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