Html Css Color HEX #DC6813 Chocolate

📋 copy color: '#DC6813'

red 220 ◦ green 104 ◦ blue 19

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

Shades of Chocolate #DC6813

Tints of Chocolate #DC6813

RGB

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

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

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

R = 64.14%
G = 30.32%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6813 (or 0xDC6813) is known color: Chocolate. HEX triplet: DC, 68 and 13. RGB value is (220,104,19). Sum of RGB (Red+Green+Blue) = 220+104+19=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6813 is #2397EC. Grayscale: #818181. Windows color (decimal): -2332653 or 1272028. OLE color: 1272028.

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

Color convert

RGB 220 104 19 -
CMYK 0 0.53 0.91 0.14
HSL 25.37º 0.84% 0.47% -
HSV(B) 25.37º 0.91% 0.86% -
XYZ 34.58 25.16 3.65 -
YUV 128.99 65.93 192.91 -
System Red Green Blue C M Y K H S L
Decimal 220 104 19 0 0.53 0.91 0.14 25.37 0.84 0.47
Hex DC 68 13 0 35 5B E 19 54 2F
Octal 334 150 23 0 65 133 16 31 124 57
Binary 11011100 1101000 10011 0 110101 1011011 1110 11001 1010100 101111

Color Harmonies of #DC6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6813

Black with #DC6813

Text Example


Text Example

White with #DC6813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6813; }

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

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

background-color css

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

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

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

border-color css

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

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

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