#DB743A

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

Shades of Sorbus #DB743A

Tints of Sorbus #DB743A

Color information

#DB743A (or 0xDB743A) is unknown color: approx Sorbus. HEX triplet: DB, 74 and 3A. RGB value is (219,116,58). Sum of RGB (Red+Green+Blue) = 219+116+58=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB743A is #248BC5. Grayscale: #8C8C8C. Windows color (decimal): -2395078 or 3831003. OLE color: 3831003.

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

Color convert

RGB21911658-
CMYK00.470.740.14
HSL21.61º69.1%54.31%-
HSV(B)21.61º73.52%85.88%-
XYZ36.2227.867.47-
YUV140.1881.62184.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.73%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=55.73%
G=29.52%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191165800.470.740.1421.6169.154.31
HexDB743A02F4AE164536
Octal33316472057112162610566
Binary110110111110100111010010111110010101110101101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB743A; }

 p { color: rgb(219,116,58); }

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

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

 a { background-color: rgb(219,116,58); }

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

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

 span { border-color: rgb(219,116,58); }

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