#dc671e

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

Shades of Chocolate #DC671E

Tints of Chocolate #DC671E

Color information

#DC671E (or 0xDC671E) is unknown color: approx Chocolate. HEX triplet: DC, 67 and 1E. RGB value is (220,103,30). Sum of RGB (Red+Green+Blue) = 220+103+30=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC671E is #2398E1. Grayscale: #828282. Windows color (decimal): -2332898 or 1992668. OLE color: 1992668.

HSL color Cylindrical-coordinate representation of color #DC671E: hue angle of 23.05º degrees, saturation: 0.76, 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 #DC671E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB22010330-
CMYK00.530.860.14
HSL23.05º76%49.02%-
HSV(B)23.05º86.36%86.27%-
XYZ34.625.014.23-
YUV129.6671.76192.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.32%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 30 (12.11% from 255) = 8.50%
R=62.32%
G=29.18%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201033000.530.860.1423.057649.02
HexDC671E03556E174c31
Octal33414736065126162711461
Binary11011100110011111110011010110101101110101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc671e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc671e; }

 p { color: rgb(220,103,30); }

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

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

 a { background-color: rgb(220,103,30); }

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

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

 span { border-color: rgb(220,103,30); }

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