Html Css Color HEX #DC610E Chocolate

📋 copy color: '#DC610E'

red 220 ◦ green 97 ◦ blue 14

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

Shades of Chocolate #DC610E

Tints of Chocolate #DC610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 66.47%
G = 29.31%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC610E (or 0xDC610E) is known color: Chocolate. HEX triplet: DC, 61 and 0E. RGB value is (220,97,14). Sum of RGB (Red+Green+Blue) = 220+97+14=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC610E is #239EF1. Grayscale: #7C7C7C. Windows color (decimal): -2334450 or 942556. OLE color: 942556.

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

Color convert

RGB 220 97 14 -
CMYK 0 0.56 0.94 0.14
HSL 24.17º 0.88% 0.46% -
HSV(B) 24.17º 0.94% 0.86% -
XYZ 33.87 23.8 3.22 -
YUV 124.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 220 97 14 0 0.56 0.94 0.14 24.17 0.88 0.46
Hex DC 61 E 0 38 5E E 18 58 2E
Octal 334 141 16 0 70 136 16 30 130 56
Binary 11011100 1100001 1110 0 111000 1011110 1110 11000 1011000 101110

Color Harmonies of #DC610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC610E

Black with #DC610E

Text Example


Text Example

White with #DC610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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