Html Css Color HEX #DC6743 Sorbus

📋 copy color: '#DC6743'

red 220 ◦ green 103 ◦ blue 67

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

Shades of Sorbus #DC6743

Tints of Sorbus #DC6743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 67 (26.56% from 255) = 17.18%

R = 56.41%
G = 26.41%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC6743 (or 0xDC6743) is known color: Sorbus. HEX triplet: DC, 67 and 43. RGB value is (220,103,67). Sum of RGB (Red+Green+Blue) = 220+103+67=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6743 is #2398BC. Grayscale: #868686. Windows color (decimal): -2332861 or 4417500. OLE color: 4417500.

HSL color Cylindrical-coordinate representation of color #DC6743: hue angle of 14.12º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC6743 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 67 -
CMYK 0 0.53 0.70 0.14
HSL 14.12º 0.69% 0.56% -
HSV(B) 14.12º 0.7% 0.86% -
XYZ 35.38 25.32 8.33 -
YUV 133.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 220 103 67 0 0.53 0.70 0.14 14.12 0.69 0.56
Hex DC 67 43 0 35 46 E E 45 38
Octal 334 147 103 0 65 106 16 16 105 70
Binary 11011100 1100111 1000011 0 110101 1000110 1110 1110 1000101 111000

Color Harmonies of #DC6743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6743

Black with #DC6743

Text Example


Text Example

White with #DC6743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6743; }

 p { color: rgb(220,103,67); }

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

background-color css

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

 a { background-color: rgb(220,103,67); }

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

border-color css

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

 span { border-color: rgb(220,103,67); }

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