Html Css Color HEX #DB6B40 Sorbus

📋 copy color: '#DB6B40'

red 219 ◦ green 107 ◦ blue 64

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

Shades of Sorbus #DB6B40

Tints of Sorbus #DB6B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 56.15%
G = 27.44%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB6B40 (or 0xDB6B40) is known color: Sorbus. HEX triplet: DB, 6B and 40. RGB value is (219,107,64). Sum of RGB (Red+Green+Blue) = 219+107+64=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B40 is #2494BF. Grayscale: #878787. Windows color (decimal): -2397376 or 4221915. OLE color: 4221915.

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

Color convert

RGB 219 107 64 -
CMYK 0 0.51 0.71 0.14
HSL 16.65º 0.68% 0.55% -
HSV(B) 16.65º 0.71% 0.86% -
XYZ 35.4 25.95 7.99 -
YUV 135.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 219 107 64 0 0.51 0.71 0.14 16.65 0.68 0.55
Hex DB 6B 40 0 33 47 E 11 44 37
Octal 333 153 100 0 63 107 16 21 104 67
Binary 11011011 1101011 1000000 0 110011 1000111 1110 10001 1000100 110111

Color Harmonies of #DB6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B40

Black with #DB6B40

Text Example


Text Example

White with #DB6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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