Html Css Color HEX #DB7337 Sorbus

📋 copy color: '#DB7337'

red 219 ◦ green 115 ◦ blue 55

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

Shades of Sorbus #DB7337

Tints of Sorbus #DB7337

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

 BLUE value IS 55 (21.88% from 255) = 14.14%

R = 56.3%
G = 29.56%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB7337 (or 0xDB7337) is known color: Sorbus. HEX triplet: DB, 73 and 37. RGB value is (219,115,55). Sum of RGB (Red+Green+Blue) = 219+115+55=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7337 is #248CC8. Grayscale: #8B8B8B. Windows color (decimal): -2395337 or 3634139. OLE color: 3634139.

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

Color convert

RGB 219 115 55 -
CMYK 0 0.47 0.75 0.14
HSL 21.95º 0.69% 0.54% -
HSV(B) 21.95º 0.75% 0.86% -
XYZ 36.03 27.6 7.04 -
YUV 139.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 219 115 55 0 0.47 0.75 0.14 21.95 0.69 0.54
Hex DB 73 37 0 2F 4B E 16 45 36
Octal 333 163 67 0 57 113 16 26 105 66
Binary 11011011 1110011 110111 0 101111 1001011 1110 10110 1000101 110110

Color Harmonies of #DB7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7337

Black with #DB7337

Text Example


Text Example

White with #DB7337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7337; }

 p { color: rgb(219,115,55); }

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

background-color css

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

 a { background-color: rgb(219,115,55); }

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

border-color css

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

 span { border-color: rgb(219,115,55); }

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