Html Css Color HEX #DB6537 Sorbus

📋 copy color: '#DB6537'

red 219 ◦ green 101 ◦ blue 55

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

Shades of Sorbus #DB6537

Tints of Sorbus #DB6537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

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

R = 58.4%
G = 26.93%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB6537 (or 0xDB6537) is known color: Sorbus. HEX triplet: DB, 65 and 37. RGB value is (219,101,55). Sum of RGB (Red+Green+Blue) = 219+101+55=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6537 is #249AC8. Grayscale: #838383. Windows color (decimal): -2398921 or 3630555. OLE color: 3630555.

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

Color convert

RGB 219 101 55 -
CMYK 0 0.54 0.75 0.14
HSL 16.83º 0.69% 0.54% -
HSV(B) 16.83º 0.75% 0.86% -
XYZ 34.56 24.64 6.55 -
YUV 131.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 219 101 55 0 0.54 0.75 0.14 16.83 0.69 0.54
Hex DB 65 37 0 36 4B E 11 45 36
Octal 333 145 67 0 66 113 16 21 105 66
Binary 11011011 1100101 110111 0 110110 1001011 1110 10001 1000101 110110

Color Harmonies of #DB6537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6537

Black with #DB6537

Text Example


Text Example

White with #DB6537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6537; }

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

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

background-color css

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

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

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

border-color css

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

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

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