Html Css Color HEX #DB6C41 Sorbus

📋 copy color: '#DB6C41'

red 219 ◦ green 108 ◦ blue 65

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

Shades of Sorbus #DB6C41

Tints of Sorbus #DB6C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

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

R = 55.87%
G = 27.55%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB6C41 (or 0xDB6C41) is known color: Sorbus. HEX triplet: DB, 6C and 41. RGB value is (219,108,65). Sum of RGB (Red+Green+Blue) = 219+108+65=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C41 is #2493BE. Grayscale: #888888. Windows color (decimal): -2397119 or 4287707. OLE color: 4287707.

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

Color convert

RGB 219 108 65 -
CMYK 0 0.51 0.70 0.14
HSL 16.75º 0.68% 0.56% -
HSV(B) 16.75º 0.7% 0.86% -
XYZ 35.53 26.17 8.18 -
YUV 136.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 219 108 65 0 0.51 0.70 0.14 16.75 0.68 0.56
Hex DB 6C 41 0 33 46 E 11 44 38
Octal 333 154 101 0 63 106 16 21 104 70
Binary 11011011 1101100 1000001 0 110011 1000110 1110 10001 1000100 111000

Color Harmonies of #DB6C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C41

Black with #DB6C41

Text Example


Text Example

White with #DB6C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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