Html Css Color HEX #DC6A0E Chocolate

📋 copy color: '#DC6A0E'

red 220 ◦ green 106 ◦ blue 14

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

Shades of Chocolate #DC6A0E

Tints of Chocolate #DC6A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 64.71%
G = 31.18%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC6A0E (or 0xDC6A0E) is known color: Chocolate. HEX triplet: DC, 6A and 0E. RGB value is (220,106,14). Sum of RGB (Red+Green+Blue) = 220+106+14=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A0E is #2395F1. Grayscale: #828282. Windows color (decimal): -2332146 or 944860. OLE color: 944860.

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

Color convert

RGB 220 106 14 -
CMYK 0 0.52 0.94 0.14
HSL 26.8º 0.88% 0.46% -
HSV(B) 26.8º 0.94% 0.86% -
XYZ 34.75 25.56 3.52 -
YUV 129.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 220 106 14 0 0.52 0.94 0.14 26.8 0.88 0.46
Hex DC 6A E 0 34 5E E 1B 58 2E
Octal 334 152 16 0 64 136 16 33 130 56
Binary 11011100 1101010 1110 0 110100 1011110 1110 11011 1011000 101110

Color Harmonies of #DC6A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A0E

Black with #DC6A0E

Text Example


Text Example

White with #DC6A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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