#DB6340

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

Shades of Sorbus #DB6340

Tints of Sorbus #DB6340

Color information

#DB6340 (or 0xDB6340) is unknown color: approx Sorbus. HEX triplet: DB, 63 and 40. RGB value is (219,99,64). Sum of RGB (Red+Green+Blue) = 219+99+64=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6340 is #249CBF. Grayscale: #838383. Windows color (decimal): -2399424 or 4219867. OLE color: 4219867.

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

Color convert

RGB2199964-
CMYK00.550.710.14
HSL13.55º68.28%55.49%-
HSV(B)13.55º70.78%85.88%-
XYZ34.624.357.73-
YUV130.8990.26190.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.33%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=57.33%
G=25.92%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219996400.550.710.1413.5568.2855.49
HexDB634003747Ee4437
Octal333143100067107161610467
Binary110110111100011100000001101111000111111011101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6340; }

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

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

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

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

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

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

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

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