#DD5A4F

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

Shades of Valencia #DD5A4F

Tints of Valencia #DD5A4F

Color information

#DD5A4F (or 0xDD5A4F) is unknown color: approx Valencia. HEX triplet: DD, 5A and 4F. RGB value is (221,90,79). Sum of RGB (Red+Green+Blue) = 221+90+79=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A4F is #22A5B0. Grayscale: #808080. Windows color (decimal): -2270641 or 5200605. OLE color: 5200605.

HSL color Cylindrical-coordinate representation of color #DD5A4F: hue angle of 4.65º 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 #DD5A4F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2219079-
CMYK00.590.640.13
HSL4.65º67.62%58.82%-
HSV(B)4.65º64.25%86.67%-
XYZ34.8923.2510.05-
YUV127.92100.4194.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=56.67%
G=23.08%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221907900.590.640.134.6567.6258.82
HexDD5A4F03B40D5443b
Octal33513211707310015510473
Binary11011101101101010011110111011100000011011011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A4F; }

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

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

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

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

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

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

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

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