#D86E69

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

Shades of Roman #D86E69

Tints of Roman #D86E69

Color information

#D86E69 (or 0xD86E69) is unknown color: approx Roman. HEX triplet: D8, 6E and 69. RGB value is (216,110,105). Sum of RGB (Red+Green+Blue) = 216+110+105=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E69 is #279196. Grayscale: #8D8D8D. Windows color (decimal): -2593175 or 6909656. OLE color: 6909656.

HSL color Cylindrical-coordinate representation of color #D86E69: hue angle of 2.7º 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 #D86E69 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216110105-
CMYK00.490.510.15
HSL2.7º58.73%62.94%-
HSV(B)2.7º51.39%84.71%-
XYZ36.4426.7716.61-
YUV141.12107.62181.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=50.12%
G=25.52%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611010500.490.510.152.758.7362.94
HexD86E6903133F33b3f
Octal330156151061631737377
Binary11011000110111011010010110001110011111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E69; }

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

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

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

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

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

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

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

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