#D86945

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

Shades of Sorbus #D86945

Tints of Sorbus #D86945

Color information

#D86945 (or 0xD86945) is unknown color: approx Sorbus. HEX triplet: D8, 69 and 45. RGB value is (216,105,69). Sum of RGB (Red+Green+Blue) = 216+105+69=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D86945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86945 is #2796BA. Grayscale: #868686. Windows color (decimal): -2594491 or 4549080. OLE color: 4549080.

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

Color convert

RGB21610569-
CMYK00.510.680.15
HSL14.69º65.33%55.88%-
HSV(B)14.69º68.06%84.71%-
XYZ34.4425.138.67-
YUV134.0891.27186.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.38%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=55.38%
G=26.92%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161056900.510.680.1514.6965.3355.88
HexD8694503344Ff4138
Octal330151105063104171710170
Binary110110001101001100010101100111000100111111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86945; }

 p { color: rgb(216,105,69); }

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

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

 a { background-color: rgb(216,105,69); }

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

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

 span { border-color: rgb(216,105,69); }

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