#DD5A56

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

Shades of Roman #DD5A56

Tints of Roman #DD5A56

Color information

#DD5A56 (or 0xDD5A56) is unknown color: approx Roman. HEX triplet: DD, 5A and 56. RGB value is (221,90,86). Sum of RGB (Red+Green+Blue) = 221+90+86=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A56 is #22A5A9. Grayscale: #808080. Windows color (decimal): -2270634 or 5659357. OLE color: 5659357.

HSL color Cylindrical-coordinate representation of color #DD5A56: hue angle of 1.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5A56 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2219086-
CMYK00.590.610.13
HSL1.78º66.5%60.2%-
HSV(B)1.78º61.09%86.67%-
XYZ35.1523.3611.46-
YUV128.71103.9193.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=55.67%
G=22.67%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221908600.590.610.131.7866.560.2
HexDD5A5603B3DD2433c
Octal3351321260737515210374
Binary110111011011010101011001110111111011101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A56; }

 p { color: rgb(221,90,86); }

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

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

 a { background-color: rgb(221,90,86); }

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

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

 span { border-color: rgb(221,90,86); }

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