#DD5645

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

Shades of Valencia #DD5645

Tints of Valencia #DD5645

Color information

#DD5645 (or 0xDD5645) is unknown color: approx Valencia. HEX triplet: DD, 56 and 45. RGB value is (221,86,69). Sum of RGB (Red+Green+Blue) = 221+86+69=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5645 is #22A9BA. Grayscale: #7C7C7C. Windows color (decimal): -2271675 or 4544221. OLE color: 4544221.

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

Color convert

RGB2218669-
CMYK00.610.690.13
HSL6.71º69.09%56.86%-
HSV(B)6.71º68.78%86.67%-
XYZ34.2222.468.16-
YUV124.4396.73196.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.78%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=58.78%
G=22.87%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221866900.610.690.136.7169.0956.86
HexDD564503D45D74539
Octal33512610507510515710571
Binary11011101101011010001010111101100010111011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5645; }

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

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

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

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

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

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

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

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