#D86E44

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

Shades of Sorbus #D86E44

Tints of Sorbus #D86E44

Color information

#D86E44 (or 0xD86E44) is unknown color: approx Sorbus. HEX triplet: D8, 6E and 44. RGB value is (216,110,68). Sum of RGB (Red+Green+Blue) = 216+110+68=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E44 is #2791BB. Grayscale: #898989. Windows color (decimal): -2593212 or 4484824. OLE color: 4484824.

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

Color convert

RGB21611068-
CMYK00.490.690.15
HSL17.03º65.49%55.69%-
HSV(B)17.03º68.52%84.71%-
XYZ34.9426.178.68-
YUV136.9189.12184.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=54.82%
G=27.92%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161106800.490.690.1517.0365.4955.69
HexD86E4403145F114138
Octal330156104061105172110170
Binary1101100011011101000100011000110001011111100011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E44; }

 p { color: rgb(216,110,68); }

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

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

 a { background-color: rgb(216,110,68); }

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

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

 span { border-color: rgb(216,110,68); }

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