Html Css Color HEX #DB6538 Sorbus

📋 copy color: '#DB6538'

red 219 ◦ green 101 ◦ blue 56

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

Shades of Sorbus #DB6538

Tints of Sorbus #DB6538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 58.24%
G = 26.86%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6538 (or 0xDB6538) is known color: Sorbus. HEX triplet: DB, 65 and 38. RGB value is (219,101,56). Sum of RGB (Red+Green+Blue) = 219+101+56=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6538 is #249AC7. Grayscale: #838383. Windows color (decimal): -2398920 or 3696091. OLE color: 3696091.

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

Color convert

RGB 219 101 56 -
CMYK 0 0.54 0.74 0.14
HSL 16.56º 0.69% 0.54% -
HSV(B) 16.56º 0.74% 0.86% -
XYZ 34.58 24.65 6.68 -
YUV 131.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 219 101 56 0 0.54 0.74 0.14 16.56 0.69 0.54
Hex DB 65 38 0 36 4A E 11 45 36
Octal 333 145 70 0 66 112 16 21 105 66
Binary 11011011 1100101 111000 0 110110 1001010 1110 10001 1000101 110110

Color Harmonies of #DB6538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6538

Black with #DB6538

Text Example


Text Example

White with #DB6538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6538; }

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

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

background-color css

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

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

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

border-color css

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

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

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