#D86C40

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

Shades of Sorbus #D86C40

Tints of Sorbus #D86C40

Color information

#D86C40 (or 0xD86C40) is unknown color: approx Sorbus. HEX triplet: D8, 6C and 40. RGB value is (216,108,64). Sum of RGB (Red+Green+Blue) = 216+108+64=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C40 is #2793BF. Grayscale: #878787. Windows color (decimal): -2593728 or 4222168. OLE color: 4222168.

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

Color convert

RGB21610864-
CMYK00.500.700.15
HSL17.37º66.09%54.9%-
HSV(B)17.37º70.37%84.71%-
XYZ34.6125.697.99-
YUV135.2887.78185.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.67%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=55.67%
G=27.84%
B=16.49%

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
Decimal2161086400.500.700.1517.3766.0954.9
HexD86C4003246F114237
Octal330154100062106172110267
Binary1101100011011001000000011001010001101111100011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C40; }

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

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

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

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

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

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

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

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