#DB594F

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

Shades of Valencia #DB594F

Tints of Valencia #DB594F

Color information

#DB594F (or 0xDB594F) is unknown color: approx Valencia. HEX triplet: DB, 59 and 4F. RGB value is (219,89,79). Sum of RGB (Red+Green+Blue) = 219+89+79=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB594F is #24A6B0. Grayscale: #7E7E7E. Windows color (decimal): -2401969 or 5200347. OLE color: 5200347.

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

Color convert

RGB2198979-
CMYK00.590.640.14
HSL4.29º66.04%58.43%-
HSV(B)4.29º63.93%85.88%-
XYZ34.222.779.99-
YUV126.73101.07193.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.59%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=56.59%
G=23.00%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219897900.590.640.144.2966.0458.43
HexDB594F03B40E4423a
Octal33313111707310016410272
Binary11011011101100110011110111011100000011101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB594F; }

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

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

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

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

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

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

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

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