Html Css Color HEX #DB7041 Sorbus

📋 copy color: '#DB7041'

red 219 ◦ green 112 ◦ blue 65

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

Shades of Sorbus #DB7041

Tints of Sorbus #DB7041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 55.3%
G = 28.28%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7041 (or 0xDB7041) is known color: Sorbus. HEX triplet: DB, 70 and 41. RGB value is (219,112,65). Sum of RGB (Red+Green+Blue) = 219+112+65=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7041 is #248FBE. Grayscale: #8A8A8A. Windows color (decimal): -2396095 or 4288731. OLE color: 4288731.

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

Color convert

RGB 219 112 65 -
CMYK 0 0.49 0.70 0.14
HSL 18.31º 0.68% 0.56% -
HSV(B) 18.31º 0.7% 0.86% -
XYZ 35.96 27.03 8.32 -
YUV 138.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 219 112 65 0 0.49 0.70 0.14 18.31 0.68 0.56
Hex DB 70 41 0 31 46 E 12 44 38
Octal 333 160 101 0 61 106 16 22 104 70
Binary 11011011 1110000 1000001 0 110001 1000110 1110 10010 1000100 111000

Color Harmonies of #DB7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7041

Black with #DB7041

Text Example


Text Example

White with #DB7041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7041; }

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

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

background-color css

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

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

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

border-color css

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

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

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