#DD594F

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

Shades of Valencia #DD594F

Tints of Valencia #DD594F

Color information

#DD594F (or 0xDD594F) is unknown color: approx Valencia. HEX triplet: DD, 59 and 4F. RGB value is (221,89,79). Sum of RGB (Red+Green+Blue) = 221+89+79=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD594F is #22A6B0. Grayscale: #7F7F7F. Windows color (decimal): -2270897 or 5200349. OLE color: 5200349.

HSL color Cylindrical-coordinate representation of color #DD594F: hue angle of 4.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD594F is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2218979-
CMYK00.600.640.13
HSL4.23º67.62%58.82%-
HSV(B)4.23º64.25%86.67%-
XYZ34.823.0810.02-
YUV127.33100.73194.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.81%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 79 (31.25% from 255) = 20.31%
R=56.81%
G=22.88%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221897900.600.640.134.2367.6258.82
HexDD594F03C40D4443b
Octal33513111707410015410473
Binary11011101101100110011110111100100000011011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD594F; }

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

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

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

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

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

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

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

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