#DA5650

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

Shades of Valencia #DA5650

Tints of Valencia #DA5650

Color information

#DA5650 (or 0xDA5650) is unknown color: approx Valencia. HEX triplet: DA, 56 and 50. RGB value is (218,86,80). Sum of RGB (Red+Green+Blue) = 218+86+80=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5650 is #25A9AF. Grayscale: #7C7C7C. Windows color (decimal): -2468272 or 5265114. OLE color: 5265114.

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

Color convert

RGB2188680-
CMYK00.610.630.15
HSL2.61º65.09%58.43%-
HSV(B)2.61º63.3%85.49%-
XYZ33.6922.1410.09-
YUV124.78102.73194.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.77%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=56.77%
G=22.40%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218868000.610.630.152.6165.0958.43
HexDA565003D3FF3413a
Octal3321261200757717310172
Binary110110101010110101000001111011111111111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5650; }

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

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

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

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

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

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

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

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