#D86C43

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

Shades of Sorbus #D86C43

Tints of Sorbus #D86C43

Color information

#D86C43 (or 0xD86C43) is unknown color: approx Sorbus. HEX triplet: D8, 6C and 43. RGB value is (216,108,67). Sum of RGB (Red+Green+Blue) = 216+108+67=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C43 is #2793BC. Grayscale: #878787. Windows color (decimal): -2593725 or 4418776. OLE color: 4418776.

HSL color Cylindrical-coordinate representation of color #D86C43: hue angle of 16.51º 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 #D86C43 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21610867-
CMYK00.500.690.15
HSL16.51º65.64%55.49%-
HSV(B)16.51º68.98%84.71%-
XYZ34.6925.738.45-
YUV135.6289.28185.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.24%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 67 (26.56% from 255) = 17.14%
R=55.24%
G=27.62%
B=17.14%

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
Decimal2161086700.500.690.1516.5165.6455.49
HexD86C4303245F114237
Octal330154103062105172110267
Binary1101100011011001000011011001010001011111100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C43; }

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

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

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

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

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

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

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

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