Html Css Color HEX #DB7036 Sorbus

📋 copy color: '#DB7036'

red 219 ◦ green 112 ◦ blue 54

#DB7036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DB7036

Tints of Sorbus #DB7036

RGB

 RED value IS 219 (85.94% from 255) = 56.88%

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 54 (21.48% from 255) = 14.03%

R = 56.88%
G = 29.09%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB7036 (or 0xDB7036) is known color: Sorbus. HEX triplet: DB, 70 and 36. RGB value is (219,112,54). Sum of RGB (Red+Green+Blue) = 219+112+54=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7036 is #248FC9. Grayscale: #898989. Windows color (decimal): -2396106 or 3567835. OLE color: 3567835.

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

Color convert

RGB 219 112 54 -
CMYK 0 0.49 0.75 0.14
HSL 21.09º 0.7% 0.54% -
HSV(B) 21.09º 0.75% 0.86% -
XYZ 35.67 26.91 6.8 -
YUV 137.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 219 112 54 0 0.49 0.75 0.14 21.09 0.7 0.54
Hex DB 70 36 0 31 4B E 15 46 36
Octal 333 160 66 0 61 113 16 25 106 66
Binary 11011011 1110000 110110 0 110001 1001011 1110 10101 1000110 110110

Color Harmonies of #DB7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7036

Black with #DB7036

Text Example


Text Example

White with #DB7036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7036; }

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

 H1.HeaderClassName
 {
   color: #DB7036;
 }
 .AnyTagClassName
 {
   color: #DB7036;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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