#DB6841

Color #DB6841 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DB6841

Tints of Sorbus #DB6841

Color information

#DB6841 (or 0xDB6841) is unknown color: approx Sorbus. HEX triplet: DB, 68 and 41. RGB value is (219,104,65). Sum of RGB (Red+Green+Blue) = 219+104+65=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6841 is #2497BE. Grayscale: #868686. Windows color (decimal): -2398143 or 4286683. OLE color: 4286683.

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

Color convert

RGB21910465-
CMYK00.530.700.14
HSL15.19º68.14%55.69%-
HSV(B)15.19º70.32%85.88%-
XYZ35.1225.348.04-
YUV133.9489.1188.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.44%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=56.44%
G=26.80%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191046500.530.700.1415.1968.1455.69
HexDB684103546Ef4438
Octal333150101065106161710470
Binary110110111101000100000101101011000110111011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6841; }

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

 H1.HeaderClassName
 {
   color: #DB6841;
 }
 .AnyTagClassName
 {
   color: #DB6841;
 }
</style>
background-color css

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

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

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

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

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

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