Html Css Color HEX #DB7539 Sorbus

📋 copy color: '#DB7539'

red 219 ◦ green 117 ◦ blue 57

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

Shades of Sorbus #DB7539

Tints of Sorbus #DB7539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 55.73%
G = 29.77%
B = 14.5%

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

#DB7539 (or 0xDB7539) is known color: Sorbus. HEX triplet: DB, 75 and 39. RGB value is (219,117,57). Sum of RGB (Red+Green+Blue) = 219+117+57=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7539 is #248AC6. Grayscale: #8D8D8D. Windows color (decimal): -2394823 or 3765723. OLE color: 3765723.

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

Color convert

RGB 219 117 57 -
CMYK 0 0.47 0.74 0.14
HSL 22.22º 0.69% 0.54% -
HSV(B) 22.22º 0.74% 0.86% -
XYZ 36.31 28.08 7.38 -
YUV 140.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 219 117 57 0 0.47 0.74 0.14 22.22 0.69 0.54
Hex DB 75 39 0 2F 4A E 16 45 36
Octal 333 165 71 0 57 112 16 26 105 66
Binary 11011011 1110101 111001 0 101111 1001010 1110 10110 1000101 110110

Color Harmonies of #DB7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7539

Black with #DB7539

Text Example


Text Example

White with #DB7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7539; }

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

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

background-color css

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

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

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

border-color css

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

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

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