Html Css Color HEX #DB7140 Sorbus

📋 copy color: '#DB7140'

red 219 ◦ green 113 ◦ blue 64

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

Shades of Sorbus #DB7140

Tints of Sorbus #DB7140

RGB

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

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

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

R = 55.3%
G = 28.54%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB7140 (or 0xDB7140) is known color: Sorbus. HEX triplet: DB, 71 and 40. RGB value is (219,113,64). Sum of RGB (Red+Green+Blue) = 219+113+64=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7140 is #248EBF. Grayscale: #8B8B8B. Windows color (decimal): -2395840 or 4223451. OLE color: 4223451.

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

Color convert

RGB 219 113 64 -
CMYK 0 0.48 0.71 0.14
HSL 18.97º 0.68% 0.55% -
HSV(B) 18.97º 0.71% 0.86% -
XYZ 36.04 27.24 8.21 -
YUV 139.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 219 113 64 0 0.48 0.71 0.14 18.97 0.68 0.55
Hex DB 71 40 0 30 47 E 13 44 37
Octal 333 161 100 0 60 107 16 23 104 67
Binary 11011011 1110001 1000000 0 110000 1000111 1110 10011 1000100 110111

Color Harmonies of #DB7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7140

Black with #DB7140

Text Example


Text Example

White with #DB7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7140; }

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

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

background-color css

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

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

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

border-color css

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

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

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