#D8653F

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

Shades of Sorbus #D8653F

Tints of Sorbus #D8653F

Color information

#D8653F (or 0xD8653F) is unknown color: approx Sorbus. HEX triplet: D8, 65 and 3F. RGB value is (216,101,63). Sum of RGB (Red+Green+Blue) = 216+101+63=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8653F is #279AC0. Grayscale: #838383. Windows color (decimal): -2595521 or 4154840. OLE color: 4154840.

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

Color convert

RGB21610163-
CMYK00.530.710.15
HSL14.9º66.23%54.71%-
HSV(B)14.9º70.83%84.71%-
XYZ33.8724.277.6-
YUV131.0589.6188.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.84%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 63 (25% from 255) = 16.58%
R=56.84%
G=26.58%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161016300.530.710.1514.966.2354.71
HexD8653F03547Ff4237
Octal33014577065107171710267
Binary11011000110010111111101101011000111111111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8653F; }

 p { color: rgb(216,101,63); }

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

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

 a { background-color: rgb(216,101,63); }

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

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

 span { border-color: rgb(216,101,63); }

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