Html Css Color HEX #DB6740 Sorbus

📋 copy color: '#DB6740'

red 219 ◦ green 103 ◦ blue 64

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

Shades of Sorbus #DB6740

Tints of Sorbus #DB6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 56.74%
G = 26.68%
B = 16.58%

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

#DB6740 (or 0xDB6740) is known color: Sorbus. HEX triplet: DB, 67 and 40. RGB value is (219,103,64). Sum of RGB (Red+Green+Blue) = 219+103+64=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6740 is #2498BF. Grayscale: #858585. Windows color (decimal): -2398400 or 4220891. OLE color: 4220891.

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

Color convert

RGB 219 103 64 -
CMYK 0 0.53 0.71 0.14
HSL 15.1º 0.68% 0.55% -
HSV(B) 15.1º 0.71% 0.86% -
XYZ 34.99 25.13 7.86 -
YUV 133.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 219 103 64 0 0.53 0.71 0.14 15.1 0.68 0.55
Hex DB 67 40 0 35 47 E F 44 37
Octal 333 147 100 0 65 107 16 17 104 67
Binary 11011011 1100111 1000000 0 110101 1000111 1110 1111 1000100 110111

Color Harmonies of #DB6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6740

Black with #DB6740

Text Example


Text Example

White with #DB6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6740; }

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

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

background-color css

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

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

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

border-color css

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

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

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