Html Css Color HEX #DC743B Sorbus

📋 copy color: '#DC743B'

red 220 ◦ green 116 ◦ blue 59

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

Shades of Sorbus #DC743B

Tints of Sorbus #DC743B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.94%

R = 55.7%
G = 29.37%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC743B (or 0xDC743B) is known color: Sorbus. HEX triplet: DC, 74 and 3B. RGB value is (220,116,59). Sum of RGB (Red+Green+Blue) = 220+116+59=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC743B is #238BC4. Grayscale: #8C8C8C. Windows color (decimal): -2329541 or 3896540. OLE color: 3896540.

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

Color convert

RGB 220 116 59 -
CMYK 0 0.47 0.73 0.14
HSL 21.24º 0.7% 0.55% -
HSV(B) 21.24º 0.73% 0.86% -
XYZ 36.55 28.02 7.62 -
YUV 140.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 220 116 59 0 0.47 0.73 0.14 21.24 0.7 0.55
Hex DC 74 3B 0 2F 49 E 15 46 37
Octal 334 164 73 0 57 111 16 25 106 67
Binary 11011100 1110100 111011 0 101111 1001001 1110 10101 1000110 110111

Color Harmonies of #DC743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC743B

Black with #DC743B

Text Example


Text Example

White with #DC743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC743B; }

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

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

background-color css

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

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

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

border-color css

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

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

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