#D56A5D

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

Shades of Roman #D56A5D

Tints of Roman #D56A5D

Color information

#D56A5D (or 0xD56A5D) is unknown color: approx Roman. HEX triplet: D5, 6A and 5D. RGB value is (213,106,93). Sum of RGB (Red+Green+Blue) = 213+106+93=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A5D is #2A95A2. Grayscale: #888888. Windows color (decimal): -2790819 or 6122197. OLE color: 6122197.

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

Color convert

RGB21310693-
CMYK00.500.560.16
HSL6.5º58.82%60%-
HSV(B)6.5º56.34%83.53%-
XYZ34.5725.2413.41-
YUV136.51103.45182.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=51.70%
G=25.73%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131069300.500.560.166.558.8260
HexD56A5D032381073b3c
Octal325152135062702077374
Binary1101010111010101011101011001011100010000111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A5D; }

 p { color: rgb(213,106,93); }

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

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

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

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

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

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

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