#DD5A54

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

Shades of Valencia #DD5A54

Tints of Valencia #DD5A54

Color information

#DD5A54 (or 0xDD5A54) is unknown color: approx Valencia. HEX triplet: DD, 5A and 54. RGB value is (221,90,84). Sum of RGB (Red+Green+Blue) = 221+90+84=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A54 is #22A5AB. Grayscale: #808080. Windows color (decimal): -2270636 or 5528285. OLE color: 5528285.

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

Color convert

RGB2219084-
CMYK00.590.620.13
HSL2.63º66.83%59.8%-
HSV(B)2.63º61.99%86.67%-
XYZ35.0823.3211.04-
YUV128.48102.9193.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=55.95%
G=22.78%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221908400.590.620.132.6366.8359.8
HexDD5A5403B3ED3433c
Octal3351321240737615310374
Binary110111011011010101010001110111111101101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A54; }

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

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

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

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

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

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

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

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