Html Css Color HEX #DC6E13 Chocolate

📋 copy color: '#DC6E13'

red 220 ◦ green 110 ◦ blue 19

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

Shades of Chocolate #DC6E13

Tints of Chocolate #DC6E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.44%

R = 63.04%
G = 31.52%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6E13 (or 0xDC6E13) is known color: Chocolate. HEX triplet: DC, 6E and 13. RGB value is (220,110,19). Sum of RGB (Red+Green+Blue) = 220+110+19=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6E13 is #2391EC. Grayscale: #848484. Windows color (decimal): -2331117 or 1273564. OLE color: 1273564.

HSL color Cylindrical-coordinate representation of color #DC6E13: hue angle of 27.16º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC6E13 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 19 -
CMYK 0 0.50 0.91 0.14
HSL 27.16º 0.84% 0.47% -
HSV(B) 27.16º 0.91% 0.86% -
XYZ 35.21 26.41 3.86 -
YUV 132.52 63.94 190.4 -
System Red Green Blue C M Y K H S L
Decimal 220 110 19 0 0.50 0.91 0.14 27.16 0.84 0.47
Hex DC 6E 13 0 32 5B E 1B 54 2F
Octal 334 156 23 0 62 133 16 33 124 57
Binary 11011100 1101110 10011 0 110010 1011011 1110 11011 1010100 101111

Color Harmonies of #DC6E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E13

Black with #DC6E13

Text Example


Text Example

White with #DC6E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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