#DA5653

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

Shades of Valencia #DA5653

Tints of Valencia #DA5653

Color information

#DA5653 (or 0xDA5653) is unknown color: approx Valencia. HEX triplet: DA, 56 and 53. RGB value is (218,86,83). Sum of RGB (Red+Green+Blue) = 218+86+83=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5653 is #25A9AC. Grayscale: #7D7D7D. Windows color (decimal): -2468269 or 5461722. OLE color: 5461722.

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

Color convert

RGB2188683-
CMYK00.610.620.15
HSL1.33º64.59%59.02%-
HSV(B)1.33º61.93%85.49%-
XYZ33.822.1910.68-
YUV125.13104.23194.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 83 (32.81% from 255) = 21.45%
R=56.33%
G=22.22%
B=21.45%

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
Decimal218868300.610.620.151.3364.5959.02
HexDA565303D3EF1413b
Octal3321261230757617110173
Binary11011010101011010100110111101111110111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5653; }

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

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

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

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

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

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

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

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