Html Css Color HEX #DB6945 Sorbus

📋 copy color: '#DB6945'

red 219 ◦ green 105 ◦ blue 69

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

Shades of Sorbus #DB6945

Tints of Sorbus #DB6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

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

R = 55.73%
G = 26.72%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6945 (or 0xDB6945) is known color: Sorbus. HEX triplet: DB, 69 and 45. RGB value is (219,105,69). Sum of RGB (Red+Green+Blue) = 219+105+69=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6945 is #2496BA. Grayscale: #878787. Windows color (decimal): -2397883 or 4549083. OLE color: 4549083.

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

Color convert

RGB 219 105 69 -
CMYK 0 0.52 0.68 0.14
HSL 14.4º 0.68% 0.56% -
HSV(B) 14.4º 0.68% 0.86% -
XYZ 35.34 25.59 8.71 -
YUV 134.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 219 105 69 0 0.52 0.68 0.14 14.4 0.68 0.56
Hex DB 69 45 0 34 44 E E 44 38
Octal 333 151 105 0 64 104 16 16 104 70
Binary 11011011 1101001 1000101 0 110100 1000100 1110 1110 1000100 111000

Color Harmonies of #DB6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6945

Black with #DB6945

Text Example


Text Example

White with #DB6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6945; }

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

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

background-color css

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

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

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

border-color css

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

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

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