#DD5654

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

Shades of Valencia #DD5654

Tints of Valencia #DD5654

Color information

#DD5654 (or 0xDD5654) is unknown color: approx Valencia. HEX triplet: DD, 56 and 54. RGB value is (221,86,84). Sum of RGB (Red+Green+Blue) = 221+86+84=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5654 is #22A9AB. Grayscale: #7E7E7E. Windows color (decimal): -2271660 or 5527261. OLE color: 5527261.

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

Color convert

RGB2218684-
CMYK00.610.620.13
HSL0.88º66.83%59.8%-
HSV(B)0.88º61.99%86.67%-
XYZ34.7522.6710.93-
YUV126.14104.23195.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=56.52%
G=21.99%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221868400.610.620.130.8866.8359.8
HexDD565403D3ED1433c
Octal3351261240757615110374
Binary11011101101011010101000111101111110110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5654; }

 p { color: rgb(221,86,84); }

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

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

 a { background-color: rgb(221,86,84); }

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

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

 span { border-color: rgb(221,86,84); }

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