#DB6741

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

Shades of Sorbus #DB6741

Tints of Sorbus #DB6741

Color information

#DB6741 (or 0xDB6741) is unknown color: approx Sorbus. HEX triplet: DB, 67 and 41. RGB value is (219,103,65). Sum of RGB (Red+Green+Blue) = 219+103+65=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6741 is #2498BE. Grayscale: #858585. Windows color (decimal): -2398399 or 4286427. OLE color: 4286427.

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

Color convert

RGB21910365-
CMYK00.530.700.14
HSL14.81º68.14%55.69%-
HSV(B)14.81º70.32%85.88%-
XYZ35.0225.148.01-
YUV133.3589.43189.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.59%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=56.59%
G=26.61%
B=16.80%

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
Decimal2191036500.530.700.1414.8168.1455.69
HexDB674103546Ef4438
Octal333147101065106161710470
Binary110110111100111100000101101011000110111011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6741; }

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

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

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

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

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

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

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

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