Html Css Color HEX #DB7339 Sorbus

📋 copy color: '#DB7339'

red 219 ◦ green 115 ◦ blue 57

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

Shades of Sorbus #DB7339

Tints of Sorbus #DB7339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.58%

R = 56.01%
G = 29.41%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB7339 (or 0xDB7339) is known color: Sorbus. HEX triplet: DB, 73 and 39. RGB value is (219,115,57). Sum of RGB (Red+Green+Blue) = 219+115+57=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7339 is #248CC6. Grayscale: #8B8B8B. Windows color (decimal): -2395335 or 3765211. OLE color: 3765211.

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

Color convert

RGB 219 115 57 -
CMYK 0 0.47 0.74 0.14
HSL 21.48º 0.69% 0.54% -
HSV(B) 21.48º 0.74% 0.86% -
XYZ 36.08 27.62 7.3 -
YUV 139.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 219 115 57 0 0.47 0.74 0.14 21.48 0.69 0.54
Hex DB 73 39 0 2F 4A E 15 45 36
Octal 333 163 71 0 57 112 16 25 105 66
Binary 11011011 1110011 111001 0 101111 1001010 1110 10101 1000101 110110

Color Harmonies of #DB7339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7339

Black with #DB7339

Text Example


Text Example

White with #DB7339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7339; }

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

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

background-color css

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

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

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

border-color css

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

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

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