Html Css Color HEX #DB6543 Sorbus

📋 copy color: '#DB6543'

red 219 ◦ green 101 ◦ blue 67

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

Shades of Sorbus #DB6543

Tints of Sorbus #DB6543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 67 (26.56% from 255) = 17.31%

R = 56.59%
G = 26.1%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB6543 (or 0xDB6543) is known color: Sorbus. HEX triplet: DB, 65 and 43. RGB value is (219,101,67). Sum of RGB (Red+Green+Blue) = 219+101+67=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6543 is #249ABC. Grayscale: #848484. Windows color (decimal): -2398909 or 4416987. OLE color: 4416987.

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

Color convert

RGB 219 101 67 -
CMYK 0 0.54 0.69 0.14
HSL 13.42º 0.68% 0.56% -
HSV(B) 13.42º 0.69% 0.86% -
XYZ 34.88 24.77 8.25 -
YUV 132.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 219 101 67 0 0.54 0.69 0.14 13.42 0.68 0.56
Hex DB 65 43 0 36 45 E D 44 38
Octal 333 145 103 0 66 105 16 15 104 70
Binary 11011011 1100101 1000011 0 110110 1000101 1110 1101 1000100 111000

Color Harmonies of #DB6543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6543

Black with #DB6543

Text Example


Text Example

White with #DB6543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6543; }

 p { color: rgb(219,101,67); }

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

background-color css

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

 a { background-color: rgb(219,101,67); }

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

border-color css

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

 span { border-color: rgb(219,101,67); }

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