Html Css Color HEX #DC613C Sorbus

📋 copy color: '#DC613C'

red 220 ◦ green 97 ◦ blue 60

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

Shades of Sorbus #DC613C

Tints of Sorbus #DC613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

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

R = 58.36%
G = 25.73%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC613C (or 0xDC613C) is known color: Sorbus. HEX triplet: DC, 61 and 3C. RGB value is (220,97,60). Sum of RGB (Red+Green+Blue) = 220+97+60=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC613C is #239EC3. Grayscale: #818181. Windows color (decimal): -2334404 or 3957212. OLE color: 3957212.

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

Color convert

RGB 220 97 60 -
CMYK 0 0.56 0.73 0.14
HSL 13.88º 0.7% 0.55% -
HSV(B) 13.88º 0.73% 0.86% -
XYZ 34.61 24.09 7.1 -
YUV 129.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 220 97 60 0 0.56 0.73 0.14 13.88 0.7 0.55
Hex DC 61 3C 0 38 49 E E 46 37
Octal 334 141 74 0 70 111 16 16 106 67
Binary 11011100 1100001 111100 0 111000 1001001 1110 1110 1000110 110111

Color Harmonies of #DC613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC613C

Black with #DC613C

Text Example


Text Example

White with #DC613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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