Html Css Color HEX #DB6C46 Sorbus

📋 copy color: '#DB6C46'

red 219 ◦ green 108 ◦ blue 70

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

Shades of Sorbus #DB6C46

Tints of Sorbus #DB6C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 55.16%
G = 27.2%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6C46 (or 0xDB6C46) is known color: Sorbus. HEX triplet: DB, 6C and 46. RGB value is (219,108,70). Sum of RGB (Red+Green+Blue) = 219+108+70=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C46 is #2493B9. Grayscale: #898989. Windows color (decimal): -2397114 or 4615387. OLE color: 4615387.

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

Color convert

RGB 219 108 70 -
CMYK 0 0.51 0.68 0.14
HSL 15.3º 0.67% 0.57% -
HSV(B) 15.3º 0.68% 0.86% -
XYZ 35.68 26.23 8.98 -
YUV 136.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 219 108 70 0 0.51 0.68 0.14 15.3 0.67 0.57
Hex DB 6C 46 0 33 44 E F 43 39
Octal 333 154 106 0 63 104 16 17 103 71
Binary 11011011 1101100 1000110 0 110011 1000100 1110 1111 1000011 111001

Color Harmonies of #DB6C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C46

Black with #DB6C46

Text Example


Text Example

White with #DB6C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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