Html Css Color HEX #DC653C Sorbus

📋 copy color: '#DC653C'

red 220 ◦ green 101 ◦ blue 60

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

Shades of Sorbus #DC653C

Tints of Sorbus #DC653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 57.74%
G = 26.51%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC653C (or 0xDC653C) is known color: Sorbus. HEX triplet: DC, 65 and 3C. RGB value is (220,101,60). Sum of RGB (Red+Green+Blue) = 220+101+60=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC653C is #239AC3. Grayscale: #848484. Windows color (decimal): -2333380 or 3958236. OLE color: 3958236.

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

Color convert

RGB 220 101 60 -
CMYK 0 0.54 0.73 0.14
HSL 15.38º 0.7% 0.55% -
HSV(B) 15.38º 0.73% 0.86% -
XYZ 34.98 24.85 7.23 -
YUV 131.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 220 101 60 0 0.54 0.73 0.14 15.38 0.7 0.55
Hex DC 65 3C 0 36 49 E F 46 37
Octal 334 145 74 0 66 111 16 17 106 67
Binary 11011100 1100101 111100 0 110110 1001001 1110 1111 1000110 110111

Color Harmonies of #DC653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC653C

Black with #DC653C

Text Example


Text Example

White with #DC653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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