#D86C69

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

Shades of Roman #D86C69

Tints of Roman #D86C69

Color information

#D86C69 (or 0xD86C69) is unknown color: approx Roman. HEX triplet: D8, 6C and 69. RGB value is (216,108,105). Sum of RGB (Red+Green+Blue) = 216+108+105=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C69 is #279396. Grayscale: #8C8C8C. Windows color (decimal): -2593687 or 6909144. OLE color: 6909144.

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

Color convert

RGB216108105-
CMYK00.500.510.15
HSL1.62º58.73%62.94%-
HSV(B)1.62º51.39%84.71%-
XYZ36.2326.3416.54-
YUV139.95108.28182.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=50.35%
G=25.17%
B=24.48%

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
Decimal21610810500.500.510.151.6258.7362.94
HexD86C6903233F23b3f
Octal330154151062631727377
Binary11011000110110011010010110010110011111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C69; }

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

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

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

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

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

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

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

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