#D56C6C

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

Shades of Roman #D56C6C

Tints of Roman #D56C6C

Color information

#D56C6C (or 0xD56C6C) is unknown color: approx Roman. HEX triplet: D5, 6C and 6C. RGB value is (213,108,108). Sum of RGB (Red+Green+Blue) = 213+108+108=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C6C is #2A9393. Grayscale: #8B8B8B. Windows color (decimal): -2790292 or 7105749. OLE color: 7105749.

HSL color Cylindrical-coordinate representation of color #D56C6C: hue angle of 0º 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 #D56C6C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213108108-
CMYK00.490.490.16
HSL55.56%62.94%-
HSV(B)49.3%83.53%-
XYZ35.5125.9517.33-
YUV139.4110.29180.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=49.65%
G=25.17%
B=25.17%

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
Decimal21310810800.490.490.16055.5662.94
HexD56C6C03131100383f
Octal325154154061612007077
Binary11010101110110011011000110001110001100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56C6C; }

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

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

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

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

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

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

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

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