#DD5944

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

Shades of Valencia #DD5944

Tints of Valencia #DD5944

Color information

#DD5944 (or 0xDD5944) is unknown color: approx Valencia. HEX triplet: DD, 59 and 44. RGB value is (221,89,68). Sum of RGB (Red+Green+Blue) = 221+89+68=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5944 is #22A6BB. Grayscale: #7E7E7E. Windows color (decimal): -2270908 or 4479453. OLE color: 4479453.

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

Color convert

RGB2218968-
CMYK00.600.690.13
HSL8.24º69.23%56.67%-
HSV(B)8.24º69.23%86.67%-
XYZ34.4322.938.08-
YUV126.0795.23195.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=58.47%
G=23.54%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221896800.600.690.138.2469.2356.67
HexDD594403C45D84539
Octal335131104074105151010571
Binary110111011011001100010001111001000101110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5944; }

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

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

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

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

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

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

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

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