Html Css Color HEX #DB7040 Sorbus

📋 copy color: '#DB7040'

red 219 ◦ green 112 ◦ blue 64

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

Shades of Sorbus #DB7040

Tints of Sorbus #DB7040

RGB

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

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

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

R = 55.44%
G = 28.35%
B = 16.2%

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

#DB7040 (or 0xDB7040) is known color: Sorbus. HEX triplet: DB, 70 and 40. RGB value is (219,112,64). Sum of RGB (Red+Green+Blue) = 219+112+64=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7040 is #248FBF. Grayscale: #8A8A8A. Windows color (decimal): -2396096 or 4223195. OLE color: 4223195.

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

Color convert

RGB 219 112 64 -
CMYK 0 0.49 0.71 0.14
HSL 18.58º 0.68% 0.55% -
HSV(B) 18.58º 0.71% 0.86% -
XYZ 35.93 27.02 8.17 -
YUV 138.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 219 112 64 0 0.49 0.71 0.14 18.58 0.68 0.55
Hex DB 70 40 0 31 47 E 13 44 37
Octal 333 160 100 0 61 107 16 23 104 67
Binary 11011011 1110000 1000000 0 110001 1000111 1110 10011 1000100 110111

Color Harmonies of #DB7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7040

Black with #DB7040

Text Example


Text Example

White with #DB7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7040; }

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

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

background-color css

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

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

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

border-color css

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

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

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