#D86557

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

Shades of Roman #D86557

Tints of Roman #D86557

Color information

#D86557 (or 0xD86557) is unknown color: approx Roman. HEX triplet: D8, 65 and 57. RGB value is (216,101,87). Sum of RGB (Red+Green+Blue) = 216+101+87=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D86557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86557 is #279AA8. Grayscale: #858585. Windows color (decimal): -2595497 or 5727704. OLE color: 5727704.

HSL color Cylindrical-coordinate representation of color #D86557: hue angle of 6.51º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D86557 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21610187-
CMYK00.530.600.15
HSL6.51º62.32%59.41%-
HSV(B)6.51º59.72%84.71%-
XYZ34.6924.5911.94-
YUV133.79101.6186.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 21.53%
R=53.47%
G=25%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161018700.530.600.156.5162.3259.41
HexD865570353CF73e3b
Octal330145127065741777673
Binary110110001100101101011101101011111001111111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86557; }

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

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

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

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

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

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

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

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