Html Css Color HEX #DC6E1E Chocolate

📋 copy color: '#DC6E1E'

red 220 ◦ green 110 ◦ blue 30

#DC6E1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #DC6E1E

Tints of Chocolate #DC6E1E

RGB

 RED value IS 220 (86.33% from 255) = 61.11%

 GREEN value IS 110 (43.36% from 255) = 30.56%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 61.11%
G = 30.56%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC6E1E (or 0xDC6E1E) is known color: Chocolate. HEX triplet: DC, 6E and 1E. RGB value is (220,110,30). Sum of RGB (Red+Green+Blue) = 220+110+30=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E1E is #2391E1. Grayscale: #868686. Windows color (decimal): -2331106 or 1994460. OLE color: 1994460.

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

Color convert

RGB 220 110 30 -
CMYK 0 0.50 0.86 0.14
HSL 25.26º 0.76% 0.49% -
HSV(B) 25.26º 0.86% 0.86% -
XYZ 35.33 26.46 4.47 -
YUV 133.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 220 110 30 0 0.50 0.86 0.14 25.26 0.76 0.49
Hex DC 6E 1E 0 32 56 E 19 4C 31
Octal 334 156 36 0 62 126 16 31 114 61
Binary 11011100 1101110 11110 0 110010 1010110 1110 11001 1001100 110001

Color Harmonies of #DC6E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E1E

Black with #DC6E1E

Text Example


Text Example

White with #DC6E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E1E; }

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

 H1.HeaderClassName
 {
   color: #DC6E1E;
 }
 .AnyTagClassName
 {
   color: #DC6E1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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