Html Css Color HEX #DC680D Chocolate

📋 copy color: '#DC680D'

red 220 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #DC680D

Tints of Chocolate #DC680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 65.28%
G = 30.86%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC680D (or 0xDC680D) is known color: Chocolate. HEX triplet: DC, 68 and 0D. RGB value is (220,104,13). Sum of RGB (Red+Green+Blue) = 220+104+13=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC680D is #2397F2. Grayscale: #808080. Windows color (decimal): -2332659 or 878812. OLE color: 878812.

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

Color convert

RGB 220 104 13 -
CMYK 0 0.53 0.94 0.14
HSL 26.38º 0.89% 0.46% -
HSV(B) 26.38º 0.94% 0.86% -
XYZ 34.54 25.15 3.41 -
YUV 128.31 62.93 193.4 -
System Red Green Blue C M Y K H S L
Decimal 220 104 13 0 0.53 0.94 0.14 26.38 0.89 0.46
Hex DC 68 D 0 35 5E E 1A 59 2E
Octal 334 150 15 0 65 136 16 32 131 56
Binary 11011100 1101000 1101 0 110101 1011110 1110 11010 1011001 101110

Color Harmonies of #DC680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC680D

Black with #DC680D

Text Example


Text Example

White with #DC680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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