#DB6D3D

Color #DB6D3D Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DB6D3D

Tints of Sorbus #DB6D3D

Color information

#DB6D3D (or 0xDB6D3D) is unknown color: approx Sorbus. HEX triplet: DB, 6D and 3D. RGB value is (219,109,61). Sum of RGB (Red+Green+Blue) = 219+109+61=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D3D is #2492C2. Grayscale: #888888. Windows color (decimal): -2396867 or 4025819. OLE color: 4025819.

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

Color convert

RGB21910961-
CMYK00.500.720.14
HSL18.23º68.7%54.9%-
HSV(B)18.23º72.15%85.88%-
XYZ35.5226.337.63-
YUV136.4285.44186.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 61 (24.22% from 255) = 15.68%
R=56.30%
G=28.02%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191096100.500.720.1418.2368.754.9
HexDB6D3D03248E124537
Octal33315575062110162210567
Binary110110111101101111101011001010010001110100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6D3D; }

 p { color: rgb(219,109,61); }

 H1.HeaderClassName
 {
   color: #DB6D3D;
 }
 .AnyTagClassName
 {
   color: #DB6D3D;
 }
</style>
background-color css

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

 a { background-color: rgb(219,109,61); }

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

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

 span { border-color: rgb(219,109,61); }

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