Html Css Color HEX #DB6934 Sorbus

📋 copy color: '#DB6934'

red 219 ◦ green 105 ◦ blue 52

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

Shades of Sorbus #DB6934

Tints of Sorbus #DB6934

RGB

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

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

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

R = 58.24%
G = 27.93%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB6934 (or 0xDB6934) is known color: Sorbus. HEX triplet: DB, 69 and 34. RGB value is (219,105,52). Sum of RGB (Red+Green+Blue) = 219+105+52=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6934 is #2496CB. Grayscale: #858585. Windows color (decimal): -2397900 or 3434971. OLE color: 3434971.

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

Color convert

RGB 219 105 52 -
CMYK 0 0.52 0.76 0.14
HSL 19.04º 0.7% 0.53% -
HSV(B) 19.04º 0.76% 0.86% -
XYZ 34.88 25.41 6.32 -
YUV 133.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 219 105 52 0 0.52 0.76 0.14 19.04 0.7 0.53
Hex DB 69 34 0 34 4C E 13 46 35
Octal 333 151 64 0 64 114 16 23 106 65
Binary 11011011 1101001 110100 0 110100 1001100 1110 10011 1000110 110101

Color Harmonies of #DB6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6934

Black with #DB6934

Text Example


Text Example

White with #DB6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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