Html Css Color HEX #DB7238 Sorbus

📋 copy color: '#DB7238'

red 219 ◦ green 114 ◦ blue 56

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

Shades of Sorbus #DB7238

Tints of Sorbus #DB7238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 56.3%
G = 29.31%
B = 14.4%

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

#DB7238 (or 0xDB7238) is known color: Sorbus. HEX triplet: DB, 72 and 38. RGB value is (219,114,56). Sum of RGB (Red+Green+Blue) = 219+114+56=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7238 is #248DC7. Grayscale: #8B8B8B. Windows color (decimal): -2395592 or 3699419. OLE color: 3699419.

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

Color convert

RGB 219 114 56 -
CMYK 0 0.48 0.74 0.14
HSL 21.35º 0.69% 0.54% -
HSV(B) 21.35º 0.74% 0.86% -
XYZ 35.94 27.38 7.13 -
YUV 138.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 219 114 56 0 0.48 0.74 0.14 21.35 0.69 0.54
Hex DB 72 38 0 30 4A E 15 45 36
Octal 333 162 70 0 60 112 16 25 105 66
Binary 11011011 1110010 111000 0 110000 1001010 1110 10101 1000101 110110

Color Harmonies of #DB7238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7238

Black with #DB7238

Text Example


Text Example

White with #DB7238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7238; }

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

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

background-color css

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

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

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

border-color css

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

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

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