Html Css Color HEX #DC6811 Chocolate

📋 copy color: '#DC6811'

red 220 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #DC6811

Tints of Chocolate #DC6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 64.52%
G = 30.5%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC6811 (or 0xDC6811) is known color: Chocolate. HEX triplet: DC, 68 and 11. RGB value is (220,104,17). Sum of RGB (Red+Green+Blue) = 220+104+17=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6811 is #2397EE. Grayscale: #818181. Windows color (decimal): -2332655 or 1140956. OLE color: 1140956.

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

Color convert

RGB 220 104 17 -
CMYK 0 0.53 0.92 0.14
HSL 25.71º 0.86% 0.46% -
HSV(B) 25.71º 0.92% 0.86% -
XYZ 34.57 25.16 3.56 -
YUV 128.77 64.93 193.07 -
System Red Green Blue C M Y K H S L
Decimal 220 104 17 0 0.53 0.92 0.14 25.71 0.86 0.46
Hex DC 68 11 0 35 5C E 1A 56 2E
Octal 334 150 21 0 65 134 16 32 126 56
Binary 11011100 1101000 10001 0 110101 1011100 1110 11010 1010110 101110

Color Harmonies of #DC6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6811

Black with #DC6811

Text Example


Text Example

White with #DC6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6811; }

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

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

background-color css

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

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

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

border-color css

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

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

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