Html Css Color HEX #DB7037 Sorbus

📋 copy color: '#DB7037'

red 219 ◦ green 112 ◦ blue 55

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

Shades of Sorbus #DB7037

Tints of Sorbus #DB7037

RGB

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

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

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

R = 56.74%
G = 29.02%
B = 14.25%

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

#DB7037 (or 0xDB7037) is known color: Sorbus. HEX triplet: DB, 70 and 37. RGB value is (219,112,55). Sum of RGB (Red+Green+Blue) = 219+112+55=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7037 is #248FC8. Grayscale: #898989. Windows color (decimal): -2396105 or 3633371. OLE color: 3633371.

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

Color convert

RGB 219 112 55 -
CMYK 0 0.49 0.75 0.14
HSL 20.85º 0.69% 0.54% -
HSV(B) 20.85º 0.75% 0.86% -
XYZ 35.7 26.92 6.93 -
YUV 137.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 219 112 55 0 0.49 0.75 0.14 20.85 0.69 0.54
Hex DB 70 37 0 31 4B E 15 45 36
Octal 333 160 67 0 61 113 16 25 105 66
Binary 11011011 1110000 110111 0 110001 1001011 1110 10101 1000101 110110

Color Harmonies of #DB7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7037

Black with #DB7037

Text Example


Text Example

White with #DB7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7037; }

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

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

background-color css

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

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

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

border-color css

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

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

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