Html Css Color HEX #DB713B Sorbus

📋 copy color: '#DB713B'

red 219 ◦ green 113 ◦ blue 59

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

Shades of Sorbus #DB713B

Tints of Sorbus #DB713B

RGB

 RED value IS 219 (85.94% from 255) = 56.01%

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

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

R = 56.01%
G = 28.9%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB713B (or 0xDB713B) is known color: Sorbus. HEX triplet: DB, 71 and 3B. RGB value is (219,113,59). Sum of RGB (Red+Green+Blue) = 219+113+59=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB713B is #248EC4. Grayscale: #8A8A8A. Windows color (decimal): -2395845 or 3895771. OLE color: 3895771.

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

Color convert

RGB 219 113 59 -
CMYK 0 0.48 0.73 0.14
HSL 20.25º 0.69% 0.55% -
HSV(B) 20.25º 0.73% 0.86% -
XYZ 35.91 27.19 7.49 -
YUV 138.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 219 113 59 0 0.48 0.73 0.14 20.25 0.69 0.55
Hex DB 71 3B 0 30 49 E 14 45 37
Octal 333 161 73 0 60 111 16 24 105 67
Binary 11011011 1110001 111011 0 110000 1001001 1110 10100 1000101 110111

Color Harmonies of #DB713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB713B

Black with #DB713B

Text Example


Text Example

White with #DB713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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