Html Css Color HEX #DB6441 Sorbus

📋 copy color: '#DB6441'

red 219 ◦ green 100 ◦ blue 65

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

Shades of Sorbus #DB6441

Tints of Sorbus #DB6441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 57.03%
G = 26.04%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB6441 (or 0xDB6441) is known color: Sorbus. HEX triplet: DB, 64 and 41. RGB value is (219,100,65). Sum of RGB (Red+Green+Blue) = 219+100+65=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6441 is #249BBE. Grayscale: #838383. Windows color (decimal): -2399167 or 4285659. OLE color: 4285659.

HSL color Cylindrical-coordinate representation of color #DB6441: hue angle of 13.64º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB6441 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 65 -
CMYK 0 0.54 0.70 0.14
HSL 13.64º 0.68% 0.56% -
HSV(B) 13.64º 0.7% 0.86% -
XYZ 34.72 24.56 7.91 -
YUV 131.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 219 100 65 0 0.54 0.70 0.14 13.64 0.68 0.56
Hex DB 64 41 0 36 46 E E 44 38
Octal 333 144 101 0 66 106 16 16 104 70
Binary 11011011 1100100 1000001 0 110110 1000110 1110 1110 1000100 111000

Color Harmonies of #DB6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6441

Black with #DB6441

Text Example


Text Example

White with #DB6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6441; }

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

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

background-color css

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

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

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

border-color css

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

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

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