Html Css Color HEX #DB6339 Sorbus

📋 copy color: '#DB6339'

red 219 ◦ green 99 ◦ blue 57

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

Shades of Sorbus #DB6339

Tints of Sorbus #DB6339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 57 (22.66% from 255) = 15.2%

R = 58.4%
G = 26.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6339 (or 0xDB6339) is known color: Sorbus. HEX triplet: DB, 63 and 39. RGB value is (219,99,57). Sum of RGB (Red+Green+Blue) = 219+99+57=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6339 is #249CC6. Grayscale: #828282. Windows color (decimal): -2399431 or 3761115. OLE color: 3761115.

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

Color convert

RGB 219 99 57 -
CMYK 0 0.55 0.74 0.14
HSL 15.56º 0.69% 0.54% -
HSV(B) 15.56º 0.74% 0.86% -
XYZ 34.41 24.28 6.74 -
YUV 130.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 219 99 57 0 0.55 0.74 0.14 15.56 0.69 0.54
Hex DB 63 39 0 37 4A E 10 45 36
Octal 333 143 71 0 67 112 16 20 105 66
Binary 11011011 1100011 111001 0 110111 1001010 1110 10000 1000101 110110

Color Harmonies of #DB6339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6339

Black with #DB6339

Text Example


Text Example

White with #DB6339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6339; }

 p { color: rgb(219,99,57); }

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

background-color css

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

 a { background-color: rgb(219,99,57); }

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

border-color css

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

 span { border-color: rgb(219,99,57); }

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