Html Css Color HEX #DC6C3C Sorbus

📋 copy color: '#DC6C3C'

red 220 ◦ green 108 ◦ blue 60

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

Shades of Sorbus #DC6C3C

Tints of Sorbus #DC6C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 56.7%
G = 27.84%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC6C3C (or 0xDC6C3C) is known color: Sorbus. HEX triplet: DC, 6C and 3C. RGB value is (220,108,60). Sum of RGB (Red+Green+Blue) = 220+108+60=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C3C is #2393C3. Grayscale: #888888. Windows color (decimal): -2331588 or 3960028. OLE color: 3960028.

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

Color convert

RGB 220 108 60 -
CMYK 0 0.51 0.73 0.14
HSL 18º 0.7% 0.55% -
HSV(B) 18º 0.73% 0.86% -
XYZ 35.69 26.27 7.46 -
YUV 136.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 220 108 60 0 0.51 0.73 0.14 18 0.7 0.55
Hex DC 6C 3C 0 33 49 E 12 46 37
Octal 334 154 74 0 63 111 16 22 106 67
Binary 11011100 1101100 111100 0 110011 1001001 1110 10010 1000110 110111

Color Harmonies of #DC6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C3C

Black with #DC6C3C

Text Example


Text Example

White with #DC6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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