Html Css Color HEX #DB6835 Sorbus

📋 copy color: '#DB6835'

red 219 ◦ green 104 ◦ blue 53

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

Shades of Sorbus #DB6835

Tints of Sorbus #DB6835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 58.24%
G = 27.66%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB6835 (or 0xDB6835) is known color: Sorbus. HEX triplet: DB, 68 and 35. RGB value is (219,104,53). Sum of RGB (Red+Green+Blue) = 219+104+53=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6835 is #2497CA. Grayscale: #848484. Windows color (decimal): -2398155 or 3500251. OLE color: 3500251.

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

Color convert

RGB 219 104 53 -
CMYK 0 0.53 0.76 0.14
HSL 18.43º 0.7% 0.53% -
HSV(B) 18.43º 0.76% 0.86% -
XYZ 34.81 25.22 6.4 -
YUV 132.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 219 104 53 0 0.53 0.76 0.14 18.43 0.7 0.53
Hex DB 68 35 0 35 4C E 12 46 35
Octal 333 150 65 0 65 114 16 22 106 65
Binary 11011011 1101000 110101 0 110101 1001100 1110 10010 1000110 110101

Color Harmonies of #DB6835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6835

Black with #DB6835

Text Example


Text Example

White with #DB6835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6835; }

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

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

background-color css

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

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

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

border-color css

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

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

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