Html Css Color HEX #DC603D Sorbus

📋 copy color: '#DC603D'

red 220 ◦ green 96 ◦ blue 61

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

Shades of Sorbus #DC603D

Tints of Sorbus #DC603D

RGB

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

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

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

R = 58.36%
G = 25.46%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC603D (or 0xDC603D) is known color: Sorbus. HEX triplet: DC, 60 and 3D. RGB value is (220,96,61). Sum of RGB (Red+Green+Blue) = 220+96+61=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC603D is #239FC2. Grayscale: #818181. Windows color (decimal): -2334659 or 4022492. OLE color: 4022492.

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

Color convert

RGB 220 96 61 -
CMYK 0 0.56 0.72 0.14
HSL 13.21º 0.69% 0.55% -
HSV(B) 13.21º 0.72% 0.86% -
XYZ 34.54 23.92 7.21 -
YUV 129.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 220 96 61 0 0.56 0.72 0.14 13.21 0.69 0.55
Hex DC 60 3D 0 38 48 E D 45 37
Octal 334 140 75 0 70 110 16 15 105 67
Binary 11011100 1100000 111101 0 111000 1001000 1110 1101 1000101 110111

Color Harmonies of #DC603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC603D

Black with #DC603D

Text Example


Text Example

White with #DC603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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