#D56860

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

Shades of Roman #D56860

Tints of Roman #D56860

Color information

#D56860 (or 0xD56860) is unknown color: approx Roman. HEX triplet: D5, 68 and 60. RGB value is (213,104,96). Sum of RGB (Red+Green+Blue) = 213+104+96=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56860 is #2A979F. Grayscale: #878787. Windows color (decimal): -2791328 or 6318293. OLE color: 6318293.

HSL color Cylindrical-coordinate representation of color #D56860: hue angle of 4.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56860 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21310496-
CMYK00.510.550.16
HSL4.1º58.21%60.59%-
HSV(B)4.1º54.93%83.53%-
XYZ34.524.8914.05-
YUV135.68105.61183.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=51.57%
G=25.18%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131049600.510.550.164.158.2160.59
HexD56860033371043a3d
Octal325150140063672047275
Binary1101010111010001100000011001111011110000100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56860; }

 p { color: rgb(213,104,96); }

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

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

 a { background-color: rgb(213,104,96); }

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

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

 span { border-color: rgb(213,104,96); }

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