Html Css Color HEX #DC641C Chocolate

📋 copy color: '#DC641C'

red 220 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #DC641C

Tints of Chocolate #DC641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 63.22%
G = 28.74%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC641C (or 0xDC641C) is known color: Chocolate. HEX triplet: DC, 64 and 1C. RGB value is (220,100,28). Sum of RGB (Red+Green+Blue) = 220+100+28=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC641C is #239BE3. Grayscale: #808080. Windows color (decimal): -2333668 or 1860828. OLE color: 1860828.

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

Color convert

RGB 220 100 28 -
CMYK 0 0.55 0.87 0.14
HSL 22.5º 0.77% 0.49% -
HSV(B) 22.5º 0.87% 0.86% -
XYZ 34.28 24.41 4 -
YUV 127.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 220 100 28 0 0.55 0.87 0.14 22.5 0.77 0.49
Hex DC 64 1C 0 37 57 E 16 4D 31
Octal 334 144 34 0 67 127 16 26 115 61
Binary 11011100 1100100 11100 0 110111 1010111 1110 10110 1001101 110001

Color Harmonies of #DC641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC641C

Black with #DC641C

Text Example


Text Example

White with #DC641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC641C; }

 p { color: rgb(220,100,28); }

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

background-color css

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

 a { background-color: rgb(220,100,28); }

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

border-color css

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

 span { border-color: rgb(220,100,28); }

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