Html Css Color HEX #DC703C Sorbus

📋 copy color: '#DC703C'

red 220 ◦ green 112 ◦ blue 60

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

Shades of Sorbus #DC703C

Tints of Sorbus #DC703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 56.12%
G = 28.57%
B = 15.31%

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

#DC703C (or 0xDC703C) is known color: Sorbus. HEX triplet: DC, 70 and 3C. RGB value is (220,112,60). Sum of RGB (Red+Green+Blue) = 220+112+60=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC703C is #238FC3. Grayscale: #8A8A8A. Windows color (decimal): -2330564 or 3961052. OLE color: 3961052.

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

Color convert

RGB 220 112 60 -
CMYK 0 0.49 0.73 0.14
HSL 19.5º 0.7% 0.55% -
HSV(B) 19.5º 0.73% 0.86% -
XYZ 36.12 27.13 7.61 -
YUV 138.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 220 112 60 0 0.49 0.73 0.14 19.5 0.7 0.55
Hex DC 70 3C 0 31 49 E 14 46 37
Octal 334 160 74 0 61 111 16 24 106 67
Binary 11011100 1110000 111100 0 110001 1001001 1110 10100 1000110 110111

Color Harmonies of #DC703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC703C

Black with #DC703C

Text Example


Text Example

White with #DC703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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