#D86D6D

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

Shades of Roman #D86D6D

Tints of Roman #D86D6D

Color information

#D86D6D (or 0xD86D6D) is unknown color: approx Roman. HEX triplet: D8, 6D and 6D. RGB value is (216,109,109). Sum of RGB (Red+Green+Blue) = 216+109+109=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D6D is #279292. Grayscale: #8D8D8D. Windows color (decimal): -2593427 or 7171544. OLE color: 7171544.

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

Color convert

RGB216109109-
CMYK00.500.500.15
HSL57.84%63.73%-
HSV(B)49.54%84.71%-
XYZ36.5526.6417.68-
YUV140.99109.95181.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.77%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=49.77%
G=25.12%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610910900.500.500.15057.8463.73
HexD86D6D03232F03a40
Octal3301551550626217072100
Binary11011000110110111011010110010110010111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D6D; }

 p { color: rgb(216,109,109); }

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

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

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

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

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

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

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