Html Css Color HEX #DC622F Sorbus

📋 copy color: '#DC622F'

red 220 ◦ green 98 ◦ blue 47

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

Shades of Sorbus #DC622F

Tints of Sorbus #DC622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 60.27%
G = 26.85%
B = 12.88%

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

#DC622F (or 0xDC622F) is known color: Sorbus. HEX triplet: DC, 62 and 2F. RGB value is (220,98,47). Sum of RGB (Red+Green+Blue) = 220+98+47=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC622F is #239DD0. Grayscale: #808080. Windows color (decimal): -2334161 or 3105500. OLE color: 3105500.

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

Color convert

RGB 220 98 47 -
CMYK 0 0.55 0.79 0.14
HSL 17.69º 0.71% 0.52% -
HSV(B) 17.69º 0.79% 0.86% -
XYZ 34.4 24.16 5.54 -
YUV 128.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 220 98 47 0 0.55 0.79 0.14 17.69 0.71 0.52
Hex DC 62 2F 0 37 4F E 12 47 34
Octal 334 142 57 0 67 117 16 22 107 64
Binary 11011100 1100010 101111 0 110111 1001111 1110 10010 1000111 110100

Color Harmonies of #DC622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC622F

Black with #DC622F

Text Example


Text Example

White with #DC622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC622F; }

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

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

background-color css

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

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

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

border-color css

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

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

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