#DD5954

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

Shades of Valencia #DD5954

Tints of Valencia #DD5954

Color information

#DD5954 (or 0xDD5954) is unknown color: approx Valencia. HEX triplet: DD, 59 and 54. RGB value is (221,89,84). Sum of RGB (Red+Green+Blue) = 221+89+84=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5954 is #22A6AB. Grayscale: #808080. Windows color (decimal): -2270892 or 5528029. OLE color: 5528029.

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

Color convert

RGB2218984-
CMYK00.600.620.13
HSL2.19º66.83%59.8%-
HSV(B)2.19º61.99%86.67%-
XYZ34.9923.1611.01-
YUV127.9103.23194.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=56.09%
G=22.59%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221898400.600.620.132.1966.8359.8
HexDD595403C3ED2433c
Octal3351311240747615210374
Binary110111011011001101010001111001111101101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5954; }

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

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

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

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

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

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

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

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