#D86C5D

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

Shades of Roman #D86C5D

Tints of Roman #D86C5D

Color information

#D86C5D (or 0xD86C5D) is unknown color: approx Roman. HEX triplet: D8, 6C and 5D. RGB value is (216,108,93). Sum of RGB (Red+Green+Blue) = 216+108+93=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C5D is #2793A2. Grayscale: #8A8A8A. Windows color (decimal): -2593699 or 6122712. OLE color: 6122712.

HSL color Cylindrical-coordinate representation of color #D86C5D: hue angle of 7.32º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86C5D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21610893-
CMYK00.500.570.15
HSL7.32º61.19%60.59%-
HSV(B)7.32º56.94%84.71%-
XYZ35.6626.1113.52-
YUV138.58102.28183.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=51.80%
G=25.90%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161089300.500.570.157.3261.1960.59
HexD86C5D03239F73d3d
Octal330154135062711777575
Binary110110001101100101110101100101110011111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C5D; }

 p { color: rgb(216,108,93); }

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

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

 a { background-color: rgb(216,108,93); }

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

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

 span { border-color: rgb(216,108,93); }

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