Html Css Color HEX #DC7140 Sorbus

📋 copy color: '#DC7140'

red 220 ◦ green 113 ◦ blue 64

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

Shades of Sorbus #DC7140

Tints of Sorbus #DC7140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 55.42%
G = 28.46%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC7140 (or 0xDC7140) is known color: Sorbus. HEX triplet: DC, 71 and 40. RGB value is (220,113,64). Sum of RGB (Red+Green+Blue) = 220+113+64=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7140 is #238EBF. Grayscale: #8B8B8B. Windows color (decimal): -2330304 or 4223452. OLE color: 4223452.

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

Color convert

RGB 220 113 64 -
CMYK 0 0.49 0.71 0.14
HSL 18.85º 0.69% 0.56% -
HSV(B) 18.85º 0.71% 0.86% -
XYZ 36.35 27.4 8.22 -
YUV 139.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 220 113 64 0 0.49 0.71 0.14 18.85 0.69 0.56
Hex DC 71 40 0 31 47 E 13 45 38
Octal 334 161 100 0 61 107 16 23 105 70
Binary 11011100 1110001 1000000 0 110001 1000111 1110 10011 1000101 111000

Color Harmonies of #DC7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7140

Black with #DC7140

Text Example


Text Example

White with #DC7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7140; }

 p { color: rgb(220,113,64); }

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

background-color css

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

 a { background-color: rgb(220,113,64); }

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

border-color css

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

 span { border-color: rgb(220,113,64); }

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