Html Css Color HEX #DC703A Sorbus

📋 copy color: '#DC703A'

red 220 ◦ green 112 ◦ blue 58

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

Shades of Sorbus #DC703A

Tints of Sorbus #DC703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 56.41%
G = 28.72%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC703A (or 0xDC703A) is known color: Sorbus. HEX triplet: DC, 70 and 3A. RGB value is (220,112,58). Sum of RGB (Red+Green+Blue) = 220+112+58=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC703A is #238FC5. Grayscale: #8A8A8A. Windows color (decimal): -2330566 or 3829980. OLE color: 3829980.

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

Color convert

RGB 220 112 58 -
CMYK 0 0.49 0.74 0.14
HSL 20º 0.7% 0.55% -
HSV(B) 20º 0.74% 0.86% -
XYZ 36.07 27.11 7.33 -
YUV 138.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 220 112 58 0 0.49 0.74 0.14 20 0.7 0.55
Hex DC 70 3A 0 31 4A E 14 46 37
Octal 334 160 72 0 61 112 16 24 106 67
Binary 11011100 1110000 111010 0 110001 1001010 1110 10100 1000110 110111

Color Harmonies of #DC703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC703A

Black with #DC703A

Text Example


Text Example

White with #DC703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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