#D86D43

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

Shades of Sorbus #D86D43

Tints of Sorbus #D86D43

Color information

#D86D43 (or 0xD86D43) is unknown color: approx Sorbus. HEX triplet: D8, 6D and 43. RGB value is (216,109,67). Sum of RGB (Red+Green+Blue) = 216+109+67=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D43 is #2792BC. Grayscale: #888888. Windows color (decimal): -2593469 or 4419032. OLE color: 4419032.

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

Color convert

RGB21610967-
CMYK00.500.690.15
HSL16.91º65.64%55.49%-
HSV(B)16.91º68.98%84.71%-
XYZ34.825.948.48-
YUV136.2188.95184.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.10%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=55.10%
G=27.81%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161096700.500.690.1516.9165.6455.49
HexD86D4303245F114237
Octal330155103062105172110267
Binary1101100011011011000011011001010001011111100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D43; }

 p { color: rgb(216,109,67); }

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

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

 a { background-color: rgb(216,109,67); }

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

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

 span { border-color: rgb(216,109,67); }

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