Html Css Color HEX #DC703B Sorbus

📋 copy color: '#DC703B'

red 220 ◦ green 112 ◦ blue 59

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

Shades of Sorbus #DC703B

Tints of Sorbus #DC703B

RGB

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

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

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

R = 56.27%
G = 28.64%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC703B (or 0xDC703B) is known color: Sorbus. HEX triplet: DC, 70 and 3B. RGB value is (220,112,59). Sum of RGB (Red+Green+Blue) = 220+112+59=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC703B is #238FC4. Grayscale: #8A8A8A. Windows color (decimal): -2330565 or 3895516. OLE color: 3895516.

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

Color convert

RGB 220 112 59 -
CMYK 0 0.49 0.73 0.14
HSL 19.75º 0.7% 0.55% -
HSV(B) 19.75º 0.73% 0.86% -
XYZ 36.1 27.12 7.47 -
YUV 138.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 220 112 59 0 0.49 0.73 0.14 19.75 0.7 0.55
Hex DC 70 3B 0 31 49 E 14 46 37
Octal 334 160 73 0 61 111 16 24 106 67
Binary 11011100 1110000 111011 0 110001 1001001 1110 10100 1000110 110111

Color Harmonies of #DC703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC703B

Black with #DC703B

Text Example


Text Example

White with #DC703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC703B; }

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

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

background-color css

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

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

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

border-color css

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

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

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