Html Css Color HEX #DB6636 Sorbus

📋 copy color: '#DB6636'

red 219 ◦ green 102 ◦ blue 54

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

Shades of Sorbus #DB6636

Tints of Sorbus #DB6636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 58.4%
G = 27.2%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB6636 (or 0xDB6636) is known color: Sorbus. HEX triplet: DB, 66 and 36. RGB value is (219,102,54). Sum of RGB (Red+Green+Blue) = 219+102+54=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6636 is #2499C9. Grayscale: #838383. Windows color (decimal): -2398666 or 3565275. OLE color: 3565275.

HSL color Cylindrical-coordinate representation of color #DB6636: hue angle of 17.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB6636 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 54 -
CMYK 0 0.53 0.75 0.14
HSL 17.45º 0.7% 0.54% -
HSV(B) 17.45º 0.75% 0.86% -
XYZ 34.63 24.83 6.46 -
YUV 131.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 219 102 54 0 0.53 0.75 0.14 17.45 0.7 0.54
Hex DB 66 36 0 35 4B E 11 46 36
Octal 333 146 66 0 65 113 16 21 106 66
Binary 11011011 1100110 110110 0 110101 1001011 1110 10001 1000110 110110

Color Harmonies of #DB6636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6636

Black with #DB6636

Text Example


Text Example

White with #DB6636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6636; }

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

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

background-color css

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

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

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

border-color css

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

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

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