Html Css Color HEX #DB7338 Sorbus

📋 copy color: '#DB7338'

red 219 ◦ green 115 ◦ blue 56

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

Shades of Sorbus #DB7338

Tints of Sorbus #DB7338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 56.15%
G = 29.49%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB7338 (or 0xDB7338) is known color: Sorbus. HEX triplet: DB, 73 and 38. RGB value is (219,115,56). Sum of RGB (Red+Green+Blue) = 219+115+56=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7338 is #248CC7. Grayscale: #8B8B8B. Windows color (decimal): -2395336 or 3699675. OLE color: 3699675.

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

Color convert

RGB 219 115 56 -
CMYK 0 0.47 0.74 0.14
HSL 21.72º 0.69% 0.54% -
HSV(B) 21.72º 0.74% 0.86% -
XYZ 36.06 27.61 7.17 -
YUV 139.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 219 115 56 0 0.47 0.74 0.14 21.72 0.69 0.54
Hex DB 73 38 0 2F 4A E 16 45 36
Octal 333 163 70 0 57 112 16 26 105 66
Binary 11011011 1110011 111000 0 101111 1001010 1110 10110 1000101 110110

Color Harmonies of #DB7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7338

Black with #DB7338

Text Example


Text Example

White with #DB7338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7338; }

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

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

background-color css

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

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

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

border-color css

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

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

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