Html Css Color HEX #DC7035 Sorbus

📋 copy color: '#DC7035'

red 220 ◦ green 112 ◦ blue 53

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

Shades of Sorbus #DC7035

Tints of Sorbus #DC7035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.77%

R = 57.14%
G = 29.09%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC7035 (or 0xDC7035) is known color: Sorbus. HEX triplet: DC, 70 and 35. RGB value is (220,112,53). Sum of RGB (Red+Green+Blue) = 220+112+53=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7035 is #238FCA. Grayscale: #898989. Windows color (decimal): -2330571 or 3502300. OLE color: 3502300.

HSL color Cylindrical-coordinate representation of color #DC7035: hue angle of 21.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7035 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 53 -
CMYK 0 0.49 0.76 0.14
HSL 21.2º 0.7% 0.54% -
HSV(B) 21.2º 0.76% 0.86% -
XYZ 35.95 27.06 6.7 -
YUV 137.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 220 112 53 0 0.49 0.76 0.14 21.2 0.7 0.54
Hex DC 70 35 0 31 4C E 15 46 36
Octal 334 160 65 0 61 114 16 25 106 66
Binary 11011100 1110000 110101 0 110001 1001100 1110 10101 1000110 110110

Color Harmonies of #DC7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7035

Black with #DC7035

Text Example


Text Example

White with #DC7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7035; }

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

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

background-color css

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

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

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

border-color css

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

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

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