Html Css Color HEX #DB6944 Sorbus

📋 copy color: '#DB6944'

red 219 ◦ green 105 ◦ blue 68

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

Shades of Sorbus #DB6944

Tints of Sorbus #DB6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 55.87%
G = 26.79%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB6944 (or 0xDB6944) is known color: Sorbus. HEX triplet: DB, 69 and 44. RGB value is (219,105,68). Sum of RGB (Red+Green+Blue) = 219+105+68=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6944 is #2496BB. Grayscale: #878787. Windows color (decimal): -2397884 or 4483547. OLE color: 4483547.

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

Color convert

RGB 219 105 68 -
CMYK 0 0.52 0.69 0.14
HSL 14.7º 0.68% 0.56% -
HSV(B) 14.7º 0.69% 0.86% -
XYZ 35.31 25.58 8.55 -
YUV 134.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 219 105 68 0 0.52 0.69 0.14 14.7 0.68 0.56
Hex DB 69 44 0 34 45 E F 44 38
Octal 333 151 104 0 64 105 16 17 104 70
Binary 11011011 1101001 1000100 0 110100 1000101 1110 1111 1000100 111000

Color Harmonies of #DB6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6944

Black with #DB6944

Text Example


Text Example

White with #DB6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6944; }

 p { color: rgb(219,105,68); }

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

background-color css

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

 a { background-color: rgb(219,105,68); }

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

border-color css

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

 span { border-color: rgb(219,105,68); }

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