#DD5946

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

Shades of Valencia #DD5946

Tints of Valencia #DD5946

Color information

#DD5946 (or 0xDD5946) is unknown color: approx Valencia. HEX triplet: DD, 59 and 46. RGB value is (221,89,70). Sum of RGB (Red+Green+Blue) = 221+89+70=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5946 is #22A6B9. Grayscale: #7E7E7E. Windows color (decimal): -2270906 or 4610525. OLE color: 4610525.

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

Color convert

RGB2218970-
CMYK00.600.680.13
HSL7.55º68.95%57.06%-
HSV(B)7.55º68.33%86.67%-
XYZ34.522.968.41-
YUV126.396.23195.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=58.16%
G=23.42%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221897000.600.680.137.5568.9557.06
HexDD594603C44D84539
Octal335131106074104151010571
Binary110111011011001100011001111001000100110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5946; }

 p { color: rgb(221,89,70); }

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

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

 a { background-color: rgb(221,89,70); }

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

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

 span { border-color: rgb(221,89,70); }

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