Html Css Color HEX #DC641D Chocolate

📋 copy color: '#DC641D'

red 220 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #DC641D

Tints of Chocolate #DC641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 63.04%
G = 28.65%
B = 8.31%

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

#DC641D (or 0xDC641D) is known color: Chocolate. HEX triplet: DC, 64 and 1D. RGB value is (220,100,29). Sum of RGB (Red+Green+Blue) = 220+100+29=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC641D is #239BE2. Grayscale: #808080. Windows color (decimal): -2333667 or 1926364. OLE color: 1926364.

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

Color convert

RGB 220 100 29 -
CMYK 0 0.55 0.87 0.14
HSL 22.3º 0.77% 0.49% -
HSV(B) 22.3º 0.87% 0.86% -
XYZ 34.29 24.42 4.07 -
YUV 127.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 220 100 29 0 0.55 0.87 0.14 22.3 0.77 0.49
Hex DC 64 1D 0 37 57 E 16 4D 31
Octal 334 144 35 0 67 127 16 26 115 61
Binary 11011100 1100100 11101 0 110111 1010111 1110 10110 1001101 110001

Color Harmonies of #DC641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC641D

Black with #DC641D

Text Example


Text Example

White with #DC641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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