#DD5446

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

Shades of Valencia #DD5446

Tints of Valencia #DD5446

Color information

#DD5446 (or 0xDD5446) is unknown color: approx Valencia. HEX triplet: DD, 54 and 46. RGB value is (221,84,70). Sum of RGB (Red+Green+Blue) = 221+84+70=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5446 is #22ABB9. Grayscale: #7B7B7B. Windows color (decimal): -2272186 or 4609245. OLE color: 4609245.

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

Color convert

RGB2218470-
CMYK00.620.680.13
HSL5.56º68.95%57.06%-
HSV(B)5.56º68.33%86.67%-
XYZ34.0922.158.27-
YUV123.3797.89197.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=58.93%
G=22.4%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221847000.620.680.135.5668.9557.06
HexDD544603E44D64539
Octal33512410607610415610571
Binary11011101101010010001100111110100010011011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5446; }

 p { color: rgb(221,84,70); }

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

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

 a { background-color: rgb(221,84,70); }

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

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

 span { border-color: rgb(221,84,70); }

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