#DD564A

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

Shades of Valencia #DD564A

Tints of Valencia #DD564A

Color information

#DD564A (or 0xDD564A) is unknown color: approx Valencia. HEX triplet: DD, 56 and 4A. RGB value is (221,86,74). Sum of RGB (Red+Green+Blue) = 221+86+74=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD564A is #22A9B5. Grayscale: #7D7D7D. Windows color (decimal): -2271670 or 4871901. OLE color: 4871901.

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

Color convert

RGB2218674-
CMYK00.610.670.13
HSL4.9º68.37%57.84%-
HSV(B)4.9º66.52%86.67%-
XYZ34.3822.529.01-
YUV12599.23196.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.01%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=58.01%
G=22.57%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221867400.610.670.134.968.3757.84
HexDD564A03D43D5443a
Octal33512611207510315510472
Binary11011101101011010010100111101100001111011011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD564A; }

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

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

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

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

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

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

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

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