Html Css Color HEX #DC620F Chocolate

📋 copy color: '#DC620F'

red 220 ◦ green 98 ◦ blue 15

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

Shades of Chocolate #DC620F

Tints of Chocolate #DC620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 66.07%
G = 29.43%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC620F (or 0xDC620F) is known color: Chocolate. HEX triplet: DC, 62 and 0F. RGB value is (220,98,15). Sum of RGB (Red+Green+Blue) = 220+98+15=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC620F is #239DF0. Grayscale: #7D7D7D. Windows color (decimal): -2334193 or 1008348. OLE color: 1008348.

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

Color convert

RGB 220 98 15 -
CMYK 0 0.55 0.93 0.14
HSL 24.29º 0.87% 0.46% -
HSV(B) 24.29º 0.93% 0.86% -
XYZ 33.97 23.99 3.29 -
YUV 125.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 220 98 15 0 0.55 0.93 0.14 24.29 0.87 0.46
Hex DC 62 F 0 37 5D E 18 57 2E
Octal 334 142 17 0 67 135 16 30 127 56
Binary 11011100 1100010 1111 0 110111 1011101 1110 11000 1010111 101110

Color Harmonies of #DC620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC620F

Black with #DC620F

Text Example


Text Example

White with #DC620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC620F; }

 p { color: rgb(220,98,15); }

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

background-color css

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

 a { background-color: rgb(220,98,15); }

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

border-color css

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

 span { border-color: rgb(220,98,15); }

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