Html Css Color HEX #DC713B Sorbus

📋 copy color: '#DC713B'

red 220 ◦ green 113 ◦ blue 59

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

Shades of Sorbus #DC713B

Tints of Sorbus #DC713B

RGB

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

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

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

R = 56.12%
G = 28.83%
B = 15.05%

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

#DC713B (or 0xDC713B) is known color: Sorbus. HEX triplet: DC, 71 and 3B. RGB value is (220,113,59). Sum of RGB (Red+Green+Blue) = 220+113+59=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC713B is #238EC4. Grayscale: #8B8B8B. Windows color (decimal): -2330309 or 3895772. OLE color: 3895772.

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

Color convert

RGB 220 113 59 -
CMYK 0 0.49 0.73 0.14
HSL 20.12º 0.7% 0.55% -
HSV(B) 20.12º 0.73% 0.86% -
XYZ 36.21 27.34 7.51 -
YUV 138.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 220 113 59 0 0.49 0.73 0.14 20.12 0.7 0.55
Hex DC 71 3B 0 31 49 E 14 46 37
Octal 334 161 73 0 61 111 16 24 106 67
Binary 11011100 1110001 111011 0 110001 1001001 1110 10100 1000110 110111

Color Harmonies of #DC713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC713B

Black with #DC713B

Text Example


Text Example

White with #DC713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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