#D86865

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

Shades of Roman #D86865

Tints of Roman #D86865

Color information

#D86865 (or 0xD86865) is unknown color: approx Roman. HEX triplet: D8, 68 and 65. RGB value is (216,104,101). Sum of RGB (Red+Green+Blue) = 216+104+101=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D86865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86865 is #27979A. Grayscale: #898989. Windows color (decimal): -2594715 or 6645976. OLE color: 6645976.

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

Color convert

RGB216104101-
CMYK00.520.530.15
HSL1.57º59.59%62.16%-
HSV(B)1.57º53.24%84.71%-
XYZ35.6225.4415.34-
YUV137.15107.61184.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=51.31%
G=24.70%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610410100.520.530.151.5759.5962.16
HexD8686503435F23c3e
Octal330150145064651727476
Binary11011000110100011001010110100110101111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86865; }

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

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

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

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

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

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

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

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