Html Css Color HEX #DB6840 Sorbus

📋 copy color: '#DB6840'

red 219 ◦ green 104 ◦ blue 64

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

Shades of Sorbus #DB6840

Tints of Sorbus #DB6840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

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

R = 56.59%
G = 26.87%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB6840 (or 0xDB6840) is known color: Sorbus. HEX triplet: DB, 68 and 40. RGB value is (219,104,64). Sum of RGB (Red+Green+Blue) = 219+104+64=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6840 is #2497BF. Grayscale: #868686. Windows color (decimal): -2398144 or 4221147. OLE color: 4221147.

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

Color convert

RGB 219 104 64 -
CMYK 0 0.53 0.71 0.14
HSL 15.48º 0.68% 0.55% -
HSV(B) 15.48º 0.71% 0.86% -
XYZ 35.09 25.33 7.89 -
YUV 133.83 88.6 188.75 -
System Red Green Blue C M Y K H S L
Decimal 219 104 64 0 0.53 0.71 0.14 15.48 0.68 0.55
Hex DB 68 40 0 35 47 E F 44 37
Octal 333 150 100 0 65 107 16 17 104 67
Binary 11011011 1101000 1000000 0 110101 1000111 1110 1111 1000100 110111

Color Harmonies of #DB6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6840

Black with #DB6840

Text Example


Text Example

White with #DB6840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6840; }

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

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

background-color css

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

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

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

border-color css

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

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

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