Html Css Color HEX #DC623C Sorbus

📋 copy color: '#DC623C'

red 220 ◦ green 98 ◦ blue 60

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

Shades of Sorbus #DC623C

Tints of Sorbus #DC623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 58.2%
G = 25.93%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC623C (or 0xDC623C) is known color: Sorbus. HEX triplet: DC, 62 and 3C. RGB value is (220,98,60). Sum of RGB (Red+Green+Blue) = 220+98+60=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC623C is #239DC3. Grayscale: #828282. Windows color (decimal): -2334148 or 3957468. OLE color: 3957468.

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

Color convert

RGB 220 98 60 -
CMYK 0 0.55 0.73 0.14
HSL 14.25º 0.7% 0.55% -
HSV(B) 14.25º 0.73% 0.86% -
XYZ 34.7 24.28 7.13 -
YUV 130.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 220 98 60 0 0.55 0.73 0.14 14.25 0.7 0.55
Hex DC 62 3C 0 37 49 E E 46 37
Octal 334 142 74 0 67 111 16 16 106 67
Binary 11011100 1100010 111100 0 110111 1001001 1110 1110 1000110 110111

Color Harmonies of #DC623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC623C

Black with #DC623C

Text Example


Text Example

White with #DC623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC623C; }

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

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

background-color css

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

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

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

border-color css

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

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

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