#DD6557

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

Shades of Roman #DD6557

Tints of Roman #DD6557

Color information

#DD6557 (or 0xDD6557) is unknown color: approx Roman. HEX triplet: DD, 65 and 57. RGB value is (221,101,87). Sum of RGB (Red+Green+Blue) = 221+101+87=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6557 is #229AA8. Grayscale: #878787. Windows color (decimal): -2267817 or 5727709. OLE color: 5727709.

HSL color Cylindrical-coordinate representation of color #DD6557: hue angle of 6.27º degrees, saturation: 0.66, 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 #DD6557 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22110187-
CMYK00.540.610.13
HSL6.27º66.34%60.39%-
HSV(B)6.27º60.63%86.67%-
XYZ36.1925.3712.01-
YUV135.28100.76189.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=54.03%
G=24.69%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211018700.540.610.136.2766.3460.39
HexDD65570363DD6423c
Octal3351451270667515610274
Binary1101110111001011010111011011011110111011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6557; }

 p { color: rgb(221,101,87); }

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

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

 a { background-color: rgb(221,101,87); }

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

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

 span { border-color: rgb(221,101,87); }

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