Html Css Color HEX #DC681E Chocolate

📋 copy color: '#DC681E'

red 220 ◦ green 104 ◦ blue 30

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

Shades of Chocolate #DC681E

Tints of Chocolate #DC681E

RGB

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

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

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

R = 62.15%
G = 29.38%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC681E (or 0xDC681E) is known color: Chocolate. HEX triplet: DC, 68 and 1E. RGB value is (220,104,30). Sum of RGB (Red+Green+Blue) = 220+104+30=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC681E is #2397E1. Grayscale: #828282. Windows color (decimal): -2332642 or 1992924. OLE color: 1992924.

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

Color convert

RGB 220 104 30 -
CMYK 0 0.53 0.86 0.14
HSL 23.37º 0.76% 0.49% -
HSV(B) 23.37º 0.86% 0.86% -
XYZ 34.7 25.21 4.27 -
YUV 130.25 71.43 192.02 -
System Red Green Blue C M Y K H S L
Decimal 220 104 30 0 0.53 0.86 0.14 23.37 0.76 0.49
Hex DC 68 1E 0 35 56 E 17 4C 31
Octal 334 150 36 0 65 126 16 27 114 61
Binary 11011100 1101000 11110 0 110101 1010110 1110 10111 1001100 110001

Color Harmonies of #DC681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC681E

Black with #DC681E

Text Example


Text Example

White with #DC681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC681E; }

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

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

background-color css

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

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

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

border-color css

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

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

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