Html Css Color HEX #DB6440 Sorbus

📋 copy color: '#DB6440'

red 219 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #DB6440

Tints of Sorbus #DB6440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 57.18%
G = 26.11%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB6440 (or 0xDB6440) is known color: Sorbus. HEX triplet: DB, 64 and 40. RGB value is (219,100,64). Sum of RGB (Red+Green+Blue) = 219+100+64=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6440 is #249BBF. Grayscale: #838383. Windows color (decimal): -2399168 or 4220123. OLE color: 4220123.

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

Color convert

RGB 219 100 64 -
CMYK 0 0.54 0.71 0.14
HSL 13.94º 0.68% 0.55% -
HSV(B) 13.94º 0.71% 0.86% -
XYZ 34.7 24.54 7.76 -
YUV 131.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 219 100 64 0 0.54 0.71 0.14 13.94 0.68 0.55
Hex DB 64 40 0 36 47 E E 44 37
Octal 333 144 100 0 66 107 16 16 104 67
Binary 11011011 1100100 1000000 0 110110 1000111 1110 1110 1000100 110111

Color Harmonies of #DB6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6440

Black with #DB6440

Text Example


Text Example

White with #DB6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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