Html Css Color HEX #DB6D3B Sorbus

📋 copy color: '#DB6D3B'

red 219 ◦ green 109 ◦ blue 59

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

Shades of Sorbus #DB6D3B

Tints of Sorbus #DB6D3B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 56.59%
G = 28.17%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB6D3B (or 0xDB6D3B) is known color: Sorbus. HEX triplet: DB, 6D and 3B. RGB value is (219,109,59). Sum of RGB (Red+Green+Blue) = 219+109+59=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D3B is #2492C4. Grayscale: #888888. Windows color (decimal): -2396869 or 3894747. OLE color: 3894747.

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

Color convert

RGB 219 109 59 -
CMYK 0 0.50 0.73 0.14
HSL 18.75º 0.69% 0.55% -
HSV(B) 18.75º 0.73% 0.86% -
XYZ 35.47 26.31 7.35 -
YUV 136.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 219 109 59 0 0.50 0.73 0.14 18.75 0.69 0.55
Hex DB 6D 3B 0 32 49 E 13 45 37
Octal 333 155 73 0 62 111 16 23 105 67
Binary 11011011 1101101 111011 0 110010 1001001 1110 10011 1000101 110111

Color Harmonies of #DB6D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D3B

Black with #DB6D3B

Text Example


Text Example

White with #DB6D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D3B; }

 p { color: rgb(219,109,59); }

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

background-color css

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

 a { background-color: rgb(219,109,59); }

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

border-color css

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

 span { border-color: rgb(219,109,59); }

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