#DB7035

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

Shades of Sorbus #DB7035

Tints of Sorbus #DB7035

Color information

#DB7035 (or 0xDB7035) is unknown color: approx Sorbus. HEX triplet: DB, 70 and 35. RGB value is (219,112,53). Sum of RGB (Red+Green+Blue) = 219+112+53=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7035 is #248FCA. Grayscale: #898989. Windows color (decimal): -2396107 or 3502299. OLE color: 3502299.

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

Color convert

RGB21911253-
CMYK00.490.760.14
HSL21.33º69.75%53.33%-
HSV(B)21.33º75.8%85.88%-
XYZ35.6526.916.68-
YUV137.2780.45186.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.03%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 53 (21.09% from 255) = 13.80%
R=57.03%
G=29.17%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191125300.490.760.1421.3369.7553.33
HexDB70350314CE154635
Octal33316065061114162510665
Binary110110111110000110101011000110011001110101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7035; }

 p { color: rgb(219,112,53); }

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

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

 a { background-color: rgb(219,112,53); }

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

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

 span { border-color: rgb(219,112,53); }

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