Html Css Color HEX #DB6431 Sorbus

📋 copy color: '#DB6431'

red 219 ◦ green 100 ◦ blue 49

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

Shades of Sorbus #DB6431

Tints of Sorbus #DB6431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 59.51%
G = 27.17%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6431 (or 0xDB6431) is known color: Sorbus. HEX triplet: DB, 64 and 31. RGB value is (219,100,49). Sum of RGB (Red+Green+Blue) = 219+100+49=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6431 is #249BCE. Grayscale: #828282. Windows color (decimal): -2399183 or 3237083. OLE color: 3237083.

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

Color convert

RGB 219 100 49 -
CMYK 0 0.54 0.78 0.14
HSL 18º 0.7% 0.53% -
HSV(B) 18º 0.78% 0.86% -
XYZ 34.32 24.4 5.81 -
YUV 129.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 219 100 49 0 0.54 0.78 0.14 18 0.7 0.53
Hex DB 64 31 0 36 4E E 12 46 35
Octal 333 144 61 0 66 116 16 22 106 65
Binary 11011011 1100100 110001 0 110110 1001110 1110 10010 1000110 110101

Color Harmonies of #DB6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6431

Black with #DB6431

Text Example


Text Example

White with #DB6431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6431; }

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

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

background-color css

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

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

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

border-color css

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

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

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