Html Css Color HEX #DC643E Sorbus

📋 copy color: '#DC643E'

red 220 ◦ green 100 ◦ blue 62

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

Shades of Sorbus #DC643E

Tints of Sorbus #DC643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 57.59%
G = 26.18%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC643E (or 0xDC643E) is known color: Sorbus. HEX triplet: DC, 64 and 3E. RGB value is (220,100,62). Sum of RGB (Red+Green+Blue) = 220+100+62=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC643E is #239BC1. Grayscale: #838383. Windows color (decimal): -2333634 or 4089052. OLE color: 4089052.

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

Color convert

RGB 220 100 62 -
CMYK 0 0.55 0.72 0.14
HSL 14.43º 0.69% 0.55% -
HSV(B) 14.43º 0.72% 0.86% -
XYZ 34.94 24.68 7.48 -
YUV 131.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 220 100 62 0 0.55 0.72 0.14 14.43 0.69 0.55
Hex DC 64 3E 0 37 48 E E 45 37
Octal 334 144 76 0 67 110 16 16 105 67
Binary 11011100 1100100 111110 0 110111 1001000 1110 1110 1000101 110111

Color Harmonies of #DC643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC643E

Black with #DC643E

Text Example


Text Example

White with #DC643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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