Html Css Color HEX #DB6631 Sorbus

📋 copy color: '#DB6631'

red 219 ◦ green 102 ◦ blue 49

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

Shades of Sorbus #DB6631

Tints of Sorbus #DB6631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 59.19%
G = 27.57%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6631 (or 0xDB6631) is known color: Sorbus. HEX triplet: DB, 66 and 31. RGB value is (219,102,49). Sum of RGB (Red+Green+Blue) = 219+102+49=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6631 is #2499CE. Grayscale: #838383. Windows color (decimal): -2398671 or 3237595. OLE color: 3237595.

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

Color convert

RGB 219 102 49 -
CMYK 0 0.53 0.78 0.14
HSL 18.71º 0.7% 0.53% -
HSV(B) 18.71º 0.78% 0.86% -
XYZ 34.52 24.78 5.87 -
YUV 130.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 219 102 49 0 0.53 0.78 0.14 18.71 0.7 0.53
Hex DB 66 31 0 35 4E E 13 46 35
Octal 333 146 61 0 65 116 16 23 106 65
Binary 11011011 1100110 110001 0 110101 1001110 1110 10011 1000110 110101

Color Harmonies of #DB6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6631

Black with #DB6631

Text Example


Text Example

White with #DB6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6631; }

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

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

background-color css

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

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

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

border-color css

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

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

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