#d8663f

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

Shades of Sorbus #D8663F

Tints of Sorbus #D8663F

Color information

#D8663F (or 0xD8663F) is unknown color: approx Sorbus. HEX triplet: D8, 66 and 3F. RGB value is (216,102,63). Sum of RGB (Red+Green+Blue) = 216+102+63=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8663F is #2799C0. Grayscale: #838383. Windows color (decimal): -2595265 or 4155096. OLE color: 4155096.

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

Color convert

RGB21610263-
CMYK00.530.710.15
HSL15.29º66.23%54.71%-
HSV(B)15.29º70.83%84.71%-
XYZ33.9724.467.63-
YUV131.6489.27188.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.69%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 63 (25% from 255) = 16.54%
R=56.69%
G=26.77%
B=16.54%

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
Decimal2161026300.530.710.1515.2966.2354.71
HexD8663F03547Ff4237
Octal33014677065107171710267
Binary11011000110011011111101101011000111111111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8663f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8663f; }

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

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

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

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

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

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

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

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