#D86D40

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

Shades of Sorbus #D86D40

Tints of Sorbus #D86D40

Color information

#D86D40 (or 0xD86D40) is unknown color: approx Sorbus. HEX triplet: D8, 6D and 40. RGB value is (216,109,64). Sum of RGB (Red+Green+Blue) = 216+109+64=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D40 is #2792BF. Grayscale: #888888. Windows color (decimal): -2593472 or 4222424. OLE color: 4222424.

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

Color convert

RGB21610964-
CMYK00.500.700.15
HSL17.76º66.09%54.9%-
HSV(B)17.76º70.37%84.71%-
XYZ34.7125.918.02-
YUV135.8687.45185.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.53%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=55.53%
G=28.02%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161096400.500.700.1517.7666.0954.9
HexD86D4003246F124237
Octal330155100062106172210267
Binary1101100011011011000000011001010001101111100101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D40; }

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

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

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

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

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

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

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

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