#DD584C

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

Shades of Valencia #DD584C

Tints of Valencia #DD584C

Color information

#DD584C (or 0xDD584C) is unknown color: approx Valencia. HEX triplet: DD, 58 and 4C. RGB value is (221,88,76). Sum of RGB (Red+Green+Blue) = 221+88+76=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD584C is #22A7B3. Grayscale: #7E7E7E. Windows color (decimal): -2271156 or 5003485. OLE color: 5003485.

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

Color convert

RGB2218876-
CMYK00.600.660.13
HSL4.97º68.08%58.24%-
HSV(B)4.97º65.61%86.67%-
XYZ34.6122.879.43-
YUV126.499.56195.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=57.40%
G=22.86%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221887600.600.660.134.9768.0858.24
HexDD584C03C42D5443a
Octal33513011407410215510472
Binary11011101101100010011000111100100001011011011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD584C; }

 p { color: rgb(221,88,76); }

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

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

 a { background-color: rgb(221,88,76); }

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

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

 span { border-color: rgb(221,88,76); }

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