#D86A63

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

Shades of Roman #D86A63

Tints of Roman #D86A63

Color information

#D86A63 (or 0xD86A63) is unknown color: approx Roman. HEX triplet: D8, 6A and 63. RGB value is (216,106,99). Sum of RGB (Red+Green+Blue) = 216+106+99=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A63 is #27959C. Grayscale: #8A8A8A. Windows color (decimal): -2594205 or 6515416. OLE color: 6515416.

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

Color convert

RGB21610699-
CMYK00.510.540.15
HSL3.59º60%61.76%-
HSV(B)3.59º54.17%84.71%-
XYZ35.7325.8114.9-
YUV138.09105.94183.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=51.31%
G=25.18%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161069900.510.540.153.596061.76
HexD86A6303336F43c3e
Octal330152143063661747476
Binary110110001101010110001101100111101101111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86A63; }

 p { color: rgb(216,106,99); }

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

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

 a { background-color: rgb(216,106,99); }

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

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

 span { border-color: rgb(216,106,99); }

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