Html Css Color HEX #DC622E Sorbus

📋 copy color: '#DC622E'

red 220 ◦ green 98 ◦ blue 46

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

Shades of Sorbus #DC622E

Tints of Sorbus #DC622E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 60.44%
G = 26.92%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC622E (or 0xDC622E) is known color: Sorbus. HEX triplet: DC, 62 and 2E. RGB value is (220,98,46). Sum of RGB (Red+Green+Blue) = 220+98+46=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC622E is #239DD1. Grayscale: #808080. Windows color (decimal): -2334162 or 3039964. OLE color: 3039964.

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

Color convert

RGB 220 98 46 -
CMYK 0 0.55 0.79 0.14
HSL 17.93º 0.71% 0.52% -
HSV(B) 17.93º 0.79% 0.86% -
XYZ 34.38 24.15 5.43 -
YUV 128.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 220 98 46 0 0.55 0.79 0.14 17.93 0.71 0.52
Hex DC 62 2E 0 37 4F E 12 47 34
Octal 334 142 56 0 67 117 16 22 107 64
Binary 11011100 1100010 101110 0 110111 1001111 1110 10010 1000111 110100

Color Harmonies of #DC622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC622E

Black with #DC622E

Text Example


Text Example

White with #DC622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC622E; }

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

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

background-color css

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

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

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

border-color css

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

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

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