Html Css Color HEX #DB6638 Sorbus

📋 copy color: '#DB6638'

red 219 ◦ green 102 ◦ blue 56

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

Shades of Sorbus #DB6638

Tints of Sorbus #DB6638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 58.09%
G = 27.06%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6638 (or 0xDB6638) is known color: Sorbus. HEX triplet: DB, 66 and 38. RGB value is (219,102,56). Sum of RGB (Red+Green+Blue) = 219+102+56=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6638 is #2499C7. Grayscale: #848484. Windows color (decimal): -2398664 or 3696347. OLE color: 3696347.

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

Color convert

RGB 219 102 56 -
CMYK 0 0.53 0.74 0.14
HSL 16.93º 0.69% 0.54% -
HSV(B) 16.93º 0.74% 0.86% -
XYZ 34.68 24.85 6.71 -
YUV 131.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 219 102 56 0 0.53 0.74 0.14 16.93 0.69 0.54
Hex DB 66 38 0 35 4A E 11 45 36
Octal 333 146 70 0 65 112 16 21 105 66
Binary 11011011 1100110 111000 0 110101 1001010 1110 10001 1000101 110110

Color Harmonies of #DB6638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6638

Black with #DB6638

Text Example


Text Example

White with #DB6638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6638; }

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

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

background-color css

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

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

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

border-color css

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

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

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