#DD5344

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

Shades of Valencia #DD5344

Tints of Valencia #DD5344

Color information

#DD5344 (or 0xDD5344) is unknown color: approx Valencia. HEX triplet: DD, 53 and 44. RGB value is (221,83,68). Sum of RGB (Red+Green+Blue) = 221+83+68=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5344 is #22ACBB. Grayscale: #7A7A7A. Windows color (decimal): -2272444 or 4477917. OLE color: 4477917.

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

Color convert

RGB2218368-
CMYK00.620.690.13
HSL5.88º69.23%56.67%-
HSV(B)5.88º69.23%86.67%-
XYZ33.9621.987.92-
YUV122.5597.22198.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.41%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=59.41%
G=22.31%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221836800.620.690.135.8869.2356.67
HexDD534403E45D64539
Octal33512310407610515610571
Binary11011101101001110001000111110100010111011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5344; }

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

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

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

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

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

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

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

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