Html Css Color HEX #DB6141 Sorbus

📋 copy color: '#DB6141'

red 219 ◦ green 97 ◦ blue 65

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

Shades of Sorbus #DB6141

Tints of Sorbus #DB6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 57.48%
G = 25.46%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB6141 (or 0xDB6141) is known color: Sorbus. HEX triplet: DB, 61 and 41. RGB value is (219,97,65). Sum of RGB (Red+Green+Blue) = 219+97+65=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6141 is #249EBE. Grayscale: #828282. Windows color (decimal): -2399935 or 4284891. OLE color: 4284891.

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

Color convert

RGB 219 97 65 -
CMYK 0 0.56 0.70 0.14
HSL 12.47º 0.68% 0.56% -
HSV(B) 12.47º 0.7% 0.86% -
XYZ 34.44 23.99 7.82 -
YUV 129.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 219 97 65 0 0.56 0.70 0.14 12.47 0.68 0.56
Hex DB 61 41 0 38 46 E C 44 38
Octal 333 141 101 0 70 106 16 14 104 70
Binary 11011011 1100001 1000001 0 111000 1000110 1110 1100 1000100 111000

Color Harmonies of #DB6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6141

Black with #DB6141

Text Example


Text Example

White with #DB6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6141; }

 p { color: rgb(219,97,65); }

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

background-color css

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

 a { background-color: rgb(219,97,65); }

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

border-color css

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

 span { border-color: rgb(219,97,65); }

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