Html Css Color HEX #DB6C38 Sorbus

📋 copy color: '#DB6C38'

red 219 ◦ green 108 ◦ blue 56

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

Shades of Sorbus #DB6C38

Tints of Sorbus #DB6C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

 BLUE value IS 56 (22.27% from 255) = 14.62%

R = 57.18%
G = 28.2%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6C38 (or 0xDB6C38) is known color: Sorbus. HEX triplet: DB, 6C and 38. RGB value is (219,108,56). Sum of RGB (Red+Green+Blue) = 219+108+56=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C38 is #2493C7. Grayscale: #878787. Windows color (decimal): -2397128 or 3697883. OLE color: 3697883.

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

Color convert

RGB 219 108 56 -
CMYK 0 0.51 0.74 0.14
HSL 19.14º 0.69% 0.54% -
HSV(B) 19.14º 0.74% 0.86% -
XYZ 35.29 26.07 6.91 -
YUV 135.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 219 108 56 0 0.51 0.74 0.14 19.14 0.69 0.54
Hex DB 6C 38 0 33 4A E 13 45 36
Octal 333 154 70 0 63 112 16 23 105 66
Binary 11011011 1101100 111000 0 110011 1001010 1110 10011 1000101 110110

Color Harmonies of #DB6C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C38

Black with #DB6C38

Text Example


Text Example

White with #DB6C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C38; }

 p { color: rgb(219,108,56); }

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

background-color css

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

 a { background-color: rgb(219,108,56); }

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

border-color css

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

 span { border-color: rgb(219,108,56); }

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