#DD6155

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

Shades of Roman #DD6155

Tints of Roman #DD6155

Color information

#DD6155 (or 0xDD6155) is unknown color: approx Roman. HEX triplet: DD, 61 and 55. RGB value is (221,97,85). Sum of RGB (Red+Green+Blue) = 221+97+85=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6155 is #229EAA. Grayscale: #848484. Windows color (decimal): -2268843 or 5595613. OLE color: 5595613.

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

Color convert

RGB2219785-
CMYK00.560.620.13
HSL5.29º66.67%60%-
HSV(B)5.29º61.54%86.67%-
XYZ35.7324.5811.45-
YUV132.71101.08190.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=54.84%
G=24.07%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221978500.560.620.135.2966.6760
HexDD61550383ED5433c
Octal3351411250707615510374
Binary1101110111000011010101011100011111011011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6155; }

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

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

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

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

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

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

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

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