#D86C65

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

Shades of Roman #D86C65

Tints of Roman #D86C65

Color information

#D86C65 (or 0xD86C65) is unknown color: approx Roman. HEX triplet: D8, 6C and 65. RGB value is (216,108,101). Sum of RGB (Red+Green+Blue) = 216+108+101=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C65 is #27939A. Grayscale: #8B8B8B. Windows color (decimal): -2593691 or 6647000. OLE color: 6647000.

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

Color convert

RGB216108101-
CMYK00.500.530.15
HSL3.65º59.59%62.16%-
HSV(B)3.65º53.24%84.71%-
XYZ36.0326.2615.48-
YUV139.49106.28182.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=50.82%
G=25.41%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610810100.500.530.153.6559.5962.16
HexD86C6503235F43c3e
Octal330154145062651747476
Binary110110001101100110010101100101101011111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C65; }

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

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

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

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

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

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

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

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