#D86D69

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

Shades of Roman #D86D69

Tints of Roman #D86D69

Color information

#D86D69 (or 0xD86D69) is unknown color: approx Roman. HEX triplet: D8, 6D and 69. RGB value is (216,109,105). Sum of RGB (Red+Green+Blue) = 216+109+105=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D69 is #279296. Grayscale: #8C8C8C. Windows color (decimal): -2593431 or 6909400. OLE color: 6909400.

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

Color convert

RGB216109105-
CMYK00.500.510.15
HSL2.16º58.73%62.94%-
HSV(B)2.16º51.39%84.71%-
XYZ36.3426.5616.58-
YUV140.54107.95181.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=50.23%
G=25.35%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610910500.500.510.152.1658.7362.94
HexD86D6903233F23b3f
Octal330155151062631727377
Binary11011000110110111010010110010110011111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D69; }

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

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

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

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

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

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

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

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