#DA5553

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

Shades of Valencia #DA5553

Tints of Valencia #DA5553

Color information

#DA5553 (or 0xDA5553) is unknown color: approx Valencia. HEX triplet: DA, 55 and 53. RGB value is (218,85,83). Sum of RGB (Red+Green+Blue) = 218+85+83=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5553 is #25AAAC. Grayscale: #7C7C7C. Windows color (decimal): -2468525 or 5461466. OLE color: 5461466.

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

Color convert

RGB2188583-
CMYK00.610.620.15
HSL0.89º64.59%59.02%-
HSV(B)0.89º61.93%85.49%-
XYZ33.7222.0310.66-
YUV124.54104.56194.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.48%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=56.48%
G=22.02%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218858300.610.620.150.8964.5959.02
HexDA555303D3EF1413b
Octal3321251230757617110173
Binary11011010101010110100110111101111110111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5553; }

 p { color: rgb(218,85,83); }

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

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

 a { background-color: rgb(218,85,83); }

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

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

 span { border-color: rgb(218,85,83); }

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