Html Css Color HEX #DC603A Sorbus

📋 copy color: '#DC603A'

red 220 ◦ green 96 ◦ blue 58

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

Shades of Sorbus #DC603A

Tints of Sorbus #DC603A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

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

R = 58.82%
G = 25.67%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC603A (or 0xDC603A) is known color: Sorbus. HEX triplet: DC, 60 and 3A. RGB value is (220,96,58). Sum of RGB (Red+Green+Blue) = 220+96+58=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC603A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC603A is #239FC5. Grayscale: #818181. Windows color (decimal): -2334662 or 3825884. OLE color: 3825884.

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

Color convert

RGB 220 96 58 -
CMYK 0 0.56 0.74 0.14
HSL 14.07º 0.7% 0.55% -
HSV(B) 14.07º 0.74% 0.86% -
XYZ 34.46 23.89 6.8 -
YUV 128.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 220 96 58 0 0.56 0.74 0.14 14.07 0.7 0.55
Hex DC 60 3A 0 38 4A E E 46 37
Octal 334 140 72 0 70 112 16 16 106 67
Binary 11011100 1100000 111010 0 111000 1001010 1110 1110 1000110 110111

Color Harmonies of #DC603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC603A

Black with #DC603A

Text Example


Text Example

White with #DC603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC603A; }

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

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

background-color css

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

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

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

border-color css

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

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

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