#D56D6C

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

Shades of Roman #D56D6C

Tints of Roman #D56D6C

Color information

#D56D6C (or 0xD56D6C) is unknown color: approx Roman. HEX triplet: D5, 6D and 6C. RGB value is (213,109,108). Sum of RGB (Red+Green+Blue) = 213+109+108=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D6C is #2A9293. Grayscale: #8C8C8C. Windows color (decimal): -2790036 or 7106005. OLE color: 7106005.

HSL color Cylindrical-coordinate representation of color #D56D6C: hue angle of 0.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56D6C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213109108-
CMYK00.490.490.16
HSL0.57º55.56%62.94%-
HSV(B)0.57º49.3%83.53%-
XYZ35.6226.1717.36-
YUV139.98109.96180.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=49.53%
G=25.35%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310910800.490.490.160.5755.5662.94
HexD56D6C03131101383f
Octal325155154061612017077
Binary11010101110110111011000110001110001100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D6C; }

 p { color: rgb(213,109,108); }

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

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

 a { background-color: rgb(213,109,108); }

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

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

 span { border-color: rgb(213,109,108); }

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