#dd5f55

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

Shades of Roman #DD5F55

Tints of Roman #DD5F55

Color information

#DD5F55 (or 0xDD5F55) is unknown color: approx Roman. HEX triplet: DD, 5F and 55. RGB value is (221,95,85). Sum of RGB (Red+Green+Blue) = 221+95+85=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F55 is #22A0AA. Grayscale: #838383. Windows color (decimal): -2269355 or 5595101. OLE color: 5595101.

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

Color convert

RGB2219585-
CMYK00.570.620.13
HSL4.41º66.67%60%-
HSV(B)4.41º61.54%86.67%-
XYZ35.5524.2111.39-
YUV131.53101.74191.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=55.11%
G=23.69%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221958500.570.620.134.4166.6760
HexDD5F550393ED4433c
Octal3351371250717615410374
Binary1101110110111111010101011100111111011011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5f55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5f55; }

 p { color: rgb(221,95,85); }

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

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

 a { background-color: rgb(221,95,85); }

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

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

 span { border-color: rgb(221,95,85); }

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