#D86559

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

Shades of Roman #D86559

Tints of Roman #D86559

Color information

#D86559 (or 0xD86559) is unknown color: approx Roman. HEX triplet: D8, 65 and 59. RGB value is (216,101,89). Sum of RGB (Red+Green+Blue) = 216+101+89=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86559 is #279AA6. Grayscale: #868686. Windows color (decimal): -2595495 or 5858776. OLE color: 5858776.

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

Color convert

RGB21610189-
CMYK00.530.590.15
HSL5.67º61.95%59.8%-
HSV(B)5.67º58.8%84.71%-
XYZ34.7824.6312.37-
YUV134.02102.6186.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=53.20%
G=24.88%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161018900.530.590.155.6761.9559.8
HexD865590353BF63e3c
Octal330145131065731767674
Binary110110001100101101100101101011110111111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86559; }

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

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

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

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

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

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

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

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