Html Css Color HEX #DB7138 Sorbus

📋 copy color: '#DB7138'

red 219 ◦ green 113 ◦ blue 56

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

Shades of Sorbus #DB7138

Tints of Sorbus #DB7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

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

R = 56.44%
G = 29.12%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB7138 (or 0xDB7138) is known color: Sorbus. HEX triplet: DB, 71 and 38. RGB value is (219,113,56). Sum of RGB (Red+Green+Blue) = 219+113+56=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7138 is #248EC7. Grayscale: #8A8A8A. Windows color (decimal): -2395848 or 3699163. OLE color: 3699163.

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

Color convert

RGB 219 113 56 -
CMYK 0 0.48 0.74 0.14
HSL 20.98º 0.69% 0.54% -
HSV(B) 20.98º 0.74% 0.86% -
XYZ 35.83 27.16 7.09 -
YUV 138.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 219 113 56 0 0.48 0.74 0.14 20.98 0.69 0.54
Hex DB 71 38 0 30 4A E 15 45 36
Octal 333 161 70 0 60 112 16 25 105 66
Binary 11011011 1110001 111000 0 110000 1001010 1110 10101 1000101 110110

Color Harmonies of #DB7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7138

Black with #DB7138

Text Example


Text Example

White with #DB7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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