Html Css Color HEX #DC623A Sorbus

📋 copy color: '#DC623A'

red 220 ◦ green 98 ◦ blue 58

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

Shades of Sorbus #DC623A

Tints of Sorbus #DC623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 58.51%
G = 26.06%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC623A (or 0xDC623A) is known color: Sorbus. HEX triplet: DC, 62 and 3A. RGB value is (220,98,58). Sum of RGB (Red+Green+Blue) = 220+98+58=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC623A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC623A is #239DC5. Grayscale: #828282. Windows color (decimal): -2334150 or 3826396. OLE color: 3826396.

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

Color convert

RGB 220 98 58 -
CMYK 0 0.55 0.74 0.14
HSL 14.81º 0.7% 0.55% -
HSV(B) 14.81º 0.74% 0.86% -
XYZ 34.65 24.26 6.86 -
YUV 129.92 87.42 192.25 -
System Red Green Blue C M Y K H S L
Decimal 220 98 58 0 0.55 0.74 0.14 14.81 0.7 0.55
Hex DC 62 3A 0 37 4A E F 46 37
Octal 334 142 72 0 67 112 16 17 106 67
Binary 11011100 1100010 111010 0 110111 1001010 1110 1111 1000110 110111

Color Harmonies of #DC623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC623A

Black with #DC623A

Text Example


Text Example

White with #DC623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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