Html Css Color HEX #DB6437 Sorbus

📋 copy color: '#DB6437'

red 219 ◦ green 100 ◦ blue 55

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

Shades of Sorbus #DB6437

Tints of Sorbus #DB6437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 58.56%
G = 26.74%
B = 14.71%

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

#DB6437 (or 0xDB6437) is known color: Sorbus. HEX triplet: DB, 64 and 37. RGB value is (219,100,55). Sum of RGB (Red+Green+Blue) = 219+100+55=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6437 is #249BC8. Grayscale: #828282. Windows color (decimal): -2399177 or 3630299. OLE color: 3630299.

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

Color convert

RGB 219 100 55 -
CMYK 0 0.54 0.75 0.14
HSL 16.46º 0.69% 0.54% -
HSV(B) 16.46º 0.75% 0.86% -
XYZ 34.46 24.45 6.52 -
YUV 130.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 219 100 55 0 0.54 0.75 0.14 16.46 0.69 0.54
Hex DB 64 37 0 36 4B E 10 45 36
Octal 333 144 67 0 66 113 16 20 105 66
Binary 11011011 1100100 110111 0 110110 1001011 1110 10000 1000101 110110

Color Harmonies of #DB6437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6437

Black with #DB6437

Text Example


Text Example

White with #DB6437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6437; }

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

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

background-color css

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

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

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

border-color css

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

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

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