#DA5655

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

Shades of Valencia #DA5655

Tints of Valencia #DA5655

Color information

#DA5655 (or 0xDA5655) is unknown color: approx Valencia. HEX triplet: DA, 56 and 55. RGB value is (218,86,85). Sum of RGB (Red+Green+Blue) = 218+86+85=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5655 is #25A9AA. Grayscale: #7D7D7D. Windows color (decimal): -2468267 or 5592794. OLE color: 5592794.

HSL color Cylindrical-coordinate representation of color #DA5655: hue angle of 0.45º 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 #DA5655 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2188685-
CMYK00.610.610.15
HSL0.45º64.25%59.41%-
HSV(B)0.45º61.01%85.49%-
XYZ33.8822.2211.1-
YUV125.35105.23194.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=56.04%
G=22.11%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218868500.610.610.150.4564.2559.41
HexDA565503D3DF0403b
Octal3321261250757517010073
Binary11011010101011010101010111101111101111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5655; }

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

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

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

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

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

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

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

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