#D86F44

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

Shades of Sorbus #D86F44

Tints of Sorbus #D86F44

Color information

#D86F44 (or 0xD86F44) is unknown color: approx Sorbus. HEX triplet: D8, 6F and 44. RGB value is (216,111,68). Sum of RGB (Red+Green+Blue) = 216+111+68=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F44 is #2790BB. Grayscale: #898989. Windows color (decimal): -2592956 or 4485080. OLE color: 4485080.

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

Color convert

RGB21611168-
CMYK00.490.690.15
HSL17.43º65.49%55.69%-
HSV(B)17.43º68.52%84.71%-
XYZ35.0526.398.71-
YUV137.4988.79184-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.68%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=54.68%
G=28.10%
B=17.22%

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
Decimal2161116800.490.690.1517.4365.4955.69
HexD86F4403145F114138
Octal330157104061105172110170
Binary1101100011011111000100011000110001011111100011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F44; }

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

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

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

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

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

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

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

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