#DB6639

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

Shades of Sorbus #DB6639

Tints of Sorbus #DB6639

Color information

#DB6639 (or 0xDB6639) is unknown color: approx Sorbus. HEX triplet: DB, 66 and 39. RGB value is (219,102,57). Sum of RGB (Red+Green+Blue) = 219+102+57=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6639 is #2499C6. Grayscale: #848484. Windows color (decimal): -2398663 or 3761883. OLE color: 3761883.

HSL color Cylindrical-coordinate representation of color #DB6639: hue angle of 16.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB6639 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21910257-
CMYK00.530.740.14
HSL16.67º69.23%54.12%-
HSV(B)16.67º73.97%85.88%-
XYZ34.724.866.84-
YUV131.8585.76190.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.94%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 57 (22.66% from 255) = 15.08%
R=57.94%
G=26.98%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191025700.530.740.1416.6769.2354.12
HexDB66390354AE114536
Octal33314671065112162110566
Binary110110111100110111001011010110010101110100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6639; }

 p { color: rgb(219,102,57); }

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

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

 a { background-color: rgb(219,102,57); }

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

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

 span { border-color: rgb(219,102,57); }

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