Html Css Color HEX #DB6834 Sorbus

📋 copy color: '#DB6834'

red 219 ◦ green 104 ◦ blue 52

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

Shades of Sorbus #DB6834

Tints of Sorbus #DB6834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 58.4%
G = 27.73%
B = 13.87%

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

#DB6834 (or 0xDB6834) is known color: Sorbus. HEX triplet: DB, 68 and 34. RGB value is (219,104,52). Sum of RGB (Red+Green+Blue) = 219+104+52=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6834 is #2497CB. Grayscale: #848484. Windows color (decimal): -2398156 or 3434715. OLE color: 3434715.

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

Color convert

RGB 219 104 52 -
CMYK 0 0.53 0.76 0.14
HSL 18.68º 0.7% 0.53% -
HSV(B) 18.68º 0.76% 0.86% -
XYZ 34.78 25.21 6.28 -
YUV 132.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 219 104 52 0 0.53 0.76 0.14 18.68 0.7 0.53
Hex DB 68 34 0 35 4C E 13 46 35
Octal 333 150 64 0 65 114 16 23 106 65
Binary 11011011 1101000 110100 0 110101 1001100 1110 10011 1000110 110101

Color Harmonies of #DB6834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6834

Black with #DB6834

Text Example


Text Example

White with #DB6834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6834; }

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

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

background-color css

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

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

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

border-color css

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

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

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