Html Css Color HEX #DB6831 Sorbus

📋 copy color: '#DB6831'

red 219 ◦ green 104 ◦ blue 49

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

Shades of Sorbus #DB6831

Tints of Sorbus #DB6831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 58.87%
G = 27.96%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6831 (or 0xDB6831) is known color: Sorbus. HEX triplet: DB, 68 and 31. RGB value is (219,104,49). Sum of RGB (Red+Green+Blue) = 219+104+49=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6831 is #2497CE. Grayscale: #848484. Windows color (decimal): -2398159 or 3238107. OLE color: 3238107.

HSL color Cylindrical-coordinate representation of color #DB6831: hue angle of 19.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6831 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 49 -
CMYK 0 0.53 0.78 0.14
HSL 19.41º 0.7% 0.53% -
HSV(B) 19.41º 0.78% 0.86% -
XYZ 34.72 25.18 5.94 -
YUV 132.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 219 104 49 0 0.53 0.78 0.14 19.41 0.7 0.53
Hex DB 68 31 0 35 4E E 13 46 35
Octal 333 150 61 0 65 116 16 23 106 65
Binary 11011011 1101000 110001 0 110101 1001110 1110 10011 1000110 110101

Color Harmonies of #DB6831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6831

Black with #DB6831

Text Example


Text Example

White with #DB6831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6831; }

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

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

background-color css

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

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

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

border-color css

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

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

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