Html Css Color HEX #DB6B45 Sorbus

📋 copy color: '#DB6B45'

red 219 ◦ green 107 ◦ blue 69

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

Shades of Sorbus #DB6B45

Tints of Sorbus #DB6B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 55.44%
G = 27.09%
B = 17.47%

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

#DB6B45 (or 0xDB6B45) is known color: Sorbus. HEX triplet: DB, 6B and 45. RGB value is (219,107,69). Sum of RGB (Red+Green+Blue) = 219+107+69=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B45 is #2494BA. Grayscale: #888888. Windows color (decimal): -2397371 or 4549595. OLE color: 4549595.

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

Color convert

RGB 219 107 69 -
CMYK 0 0.51 0.68 0.14
HSL 15.2º 0.68% 0.56% -
HSV(B) 15.2º 0.68% 0.86% -
XYZ 35.55 26.01 8.78 -
YUV 136.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 219 107 69 0 0.51 0.68 0.14 15.2 0.68 0.56
Hex DB 6B 45 0 33 44 E F 44 38
Octal 333 153 105 0 63 104 16 17 104 70
Binary 11011011 1101011 1000101 0 110011 1000100 1110 1111 1000100 111000

Color Harmonies of #DB6B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B45

Black with #DB6B45

Text Example


Text Example

White with #DB6B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B45; }

 p { color: rgb(219,107,69); }

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

background-color css

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

 a { background-color: rgb(219,107,69); }

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

border-color css

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

 span { border-color: rgb(219,107,69); }

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