Html Css Color HEX #DC620D Chocolate

📋 copy color: '#DC620D'

red 220 ◦ green 98 ◦ blue 13

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

Shades of Chocolate #DC620D

Tints of Chocolate #DC620D

RGB

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

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

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

R = 66.47%
G = 29.61%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC620D (or 0xDC620D) is known color: Chocolate. HEX triplet: DC, 62 and 0D. RGB value is (220,98,13). Sum of RGB (Red+Green+Blue) = 220+98+13=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC620D is #239DF2. Grayscale: #7D7D7D. Windows color (decimal): -2334195 or 877276. OLE color: 877276.

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

Color convert

RGB 220 98 13 -
CMYK 0 0.55 0.94 0.14
HSL 24.64º 0.89% 0.46% -
HSV(B) 24.64º 0.94% 0.86% -
XYZ 33.96 23.98 3.22 -
YUV 124.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 220 98 13 0 0.55 0.94 0.14 24.64 0.89 0.46
Hex DC 62 D 0 37 5E E 19 59 2E
Octal 334 142 15 0 67 136 16 31 131 56
Binary 11011100 1100010 1101 0 110111 1011110 1110 11001 1011001 101110

Color Harmonies of #DC620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC620D

Black with #DC620D

Text Example


Text Example

White with #DC620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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