Html Css Color HEX #DC743A Sorbus

📋 copy color: '#DC743A'

red 220 ◦ green 116 ◦ blue 58

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

Shades of Sorbus #DC743A

Tints of Sorbus #DC743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 55.84%
G = 29.44%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC743A (or 0xDC743A) is known color: Sorbus. HEX triplet: DC, 74 and 3A. RGB value is (220,116,58). Sum of RGB (Red+Green+Blue) = 220+116+58=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC743A is #238BC5. Grayscale: #8C8C8C. Windows color (decimal): -2329542 or 3831004. OLE color: 3831004.

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

Color convert

RGB 220 116 58 -
CMYK 0 0.47 0.74 0.14
HSL 21.48º 0.7% 0.55% -
HSV(B) 21.48º 0.74% 0.86% -
XYZ 36.52 28.01 7.48 -
YUV 140.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 220 116 58 0 0.47 0.74 0.14 21.48 0.7 0.55
Hex DC 74 3A 0 2F 4A E 15 46 37
Octal 334 164 72 0 57 112 16 25 106 67
Binary 11011100 1110100 111010 0 101111 1001010 1110 10101 1000110 110111

Color Harmonies of #DC743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC743A

Black with #DC743A

Text Example


Text Example

White with #DC743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC743A; }

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

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

background-color css

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

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

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

border-color css

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

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

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