#DA594F

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

Shades of Valencia #DA594F

Tints of Valencia #DA594F

Color information

#DA594F (or 0xDA594F) is unknown color: approx Valencia. HEX triplet: DA, 59 and 4F. RGB value is (218,89,79). Sum of RGB (Red+Green+Blue) = 218+89+79=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA594F is #25A6B0. Grayscale: #7E7E7E. Windows color (decimal): -2467505 or 5200346. OLE color: 5200346.

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

Color convert

RGB2188979-
CMYK00.590.640.15
HSL4.32º65.26%58.24%-
HSV(B)4.32º63.76%85.49%-
XYZ33.922.619.98-
YUV126.43101.24193.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.48%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=56.48%
G=23.06%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218897900.590.640.154.3265.2658.24
HexDA594F03B40F4413a
Octal33213111707310017410172
Binary11011010101100110011110111011100000011111001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA594F; }

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

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

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

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

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

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

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

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