#DA5954

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

Shades of Valencia #DA5954

Tints of Valencia #DA5954

Color information

#DA5954 (or 0xDA5954) is unknown color: approx Valencia. HEX triplet: DA, 59 and 54. RGB value is (218,89,84). Sum of RGB (Red+Green+Blue) = 218+89+84=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5954 is #25A6AB. Grayscale: #7F7F7F. Windows color (decimal): -2467500 or 5528026. OLE color: 5528026.

HSL color Cylindrical-coordinate representation of color #DA5954: hue angle of 2.24º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5954 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2188984-
CMYK00.590.610.15
HSL2.24º64.42%59.22%-
HSV(B)2.24º61.47%85.49%-
XYZ34.0922.6910.97-
YUV127103.74192.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=55.75%
G=22.76%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218898400.590.610.152.2464.4259.22
HexDA595403B3DF2403b
Octal3321311240737517210073
Binary110110101011001101010001110111111011111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5954; }

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

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

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

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

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

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

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

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