#D86C61

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

Shades of Roman #D86C61

Tints of Roman #D86C61

Color information

#D86C61 (or 0xD86C61) is unknown color: approx Roman. HEX triplet: D8, 6C and 61. RGB value is (216,108,97). Sum of RGB (Red+Green+Blue) = 216+108+97=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C61 is #27939E. Grayscale: #8B8B8B. Windows color (decimal): -2593695 or 6384856. OLE color: 6384856.

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

Color convert

RGB21610897-
CMYK00.500.550.15
HSL5.55º60.41%61.37%-
HSV(B)5.55º55.09%84.71%-
XYZ35.8426.1914.47-
YUV139.04104.28182.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=51.31%
G=25.65%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161089700.500.550.155.5560.4161.37
HexD86C6103237F63c3d
Octal330154141062671767475
Binary110110001101100110000101100101101111111110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C61; }

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

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

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

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

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

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

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

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