Html Css Color HEX #DC623D Sorbus

📋 copy color: '#DC623D'

red 220 ◦ green 98 ◦ blue 61

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

Shades of Sorbus #DC623D

Tints of Sorbus #DC623D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 58.05%
G = 25.86%
B = 16.09%

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

#DC623D (or 0xDC623D) is known color: Sorbus. HEX triplet: DC, 62 and 3D. RGB value is (220,98,61). Sum of RGB (Red+Green+Blue) = 220+98+61=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC623D is #239DC2. Grayscale: #828282. Windows color (decimal): -2334147 or 4023004. OLE color: 4023004.

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

Color convert

RGB 220 98 61 -
CMYK 0 0.55 0.72 0.14
HSL 13.96º 0.69% 0.55% -
HSV(B) 13.96º 0.72% 0.86% -
XYZ 34.73 24.29 7.27 -
YUV 130.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 220 98 61 0 0.55 0.72 0.14 13.96 0.69 0.55
Hex DC 62 3D 0 37 48 E E 45 37
Octal 334 142 75 0 67 110 16 16 105 67
Binary 11011100 1100010 111101 0 110111 1001000 1110 1110 1000101 110111

Color Harmonies of #DC623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC623D

Black with #DC623D

Text Example


Text Example

White with #DC623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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