#DD5A4A

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

Shades of Valencia #DD5A4A

Tints of Valencia #DD5A4A

Color information

#DD5A4A (or 0xDD5A4A) is unknown color: approx Valencia. HEX triplet: DD, 5A and 4A. RGB value is (221,90,74). Sum of RGB (Red+Green+Blue) = 221+90+74=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A4A is #22A5B5. Grayscale: #7F7F7F. Windows color (decimal): -2270646 or 4872925. OLE color: 4872925.

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

Color convert

RGB2219074-
CMYK00.590.670.13
HSL6.53º68.37%57.84%-
HSV(B)6.53º66.52%86.67%-
XYZ34.7123.189.12-
YUV127.3497.9194.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=57.40%
G=23.38%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221907400.590.670.136.5368.3757.84
HexDD5A4A03B43D7443a
Octal33513211207310315710472
Binary11011101101101010010100111011100001111011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A4A; }

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

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

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

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

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

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

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

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