#DB6942

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

Shades of Sorbus #DB6942

Tints of Sorbus #DB6942

Color information

#DB6942 (or 0xDB6942) is unknown color: approx Sorbus. HEX triplet: DB, 69 and 42. RGB value is (219,105,66). Sum of RGB (Red+Green+Blue) = 219+105+66=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6942 is #2496BD. Grayscale: #868686. Windows color (decimal): -2397886 or 4352475. OLE color: 4352475.

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

Color convert

RGB21910566-
CMYK00.520.700.14
HSL15.29º68%55.88%-
HSV(B)15.29º69.86%85.88%-
XYZ35.2525.568.23-
YUV134.6489.27188.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.15%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=56.15%
G=26.92%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191056600.520.700.1415.296855.88
HexDB694203446Ef4438
Octal333151102064106161710470
Binary110110111101001100001001101001000110111011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6942; }

 p { color: rgb(219,105,66); }

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

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

 a { background-color: rgb(219,105,66); }

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

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

 span { border-color: rgb(219,105,66); }

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