#DD5844

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

Shades of Valencia #DD5844

Tints of Valencia #DD5844

Color information

#DD5844 (or 0xDD5844) is unknown color: approx Valencia. HEX triplet: DD, 58 and 44. RGB value is (221,88,68). Sum of RGB (Red+Green+Blue) = 221+88+68=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5844 is #22A7BB. Grayscale: #7D7D7D. Windows color (decimal): -2271164 or 4479197. OLE color: 4479197.

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

Color convert

RGB2218868-
CMYK00.600.690.13
HSL7.84º69.23%56.67%-
HSV(B)7.84º69.23%86.67%-
XYZ34.3522.778.05-
YUV125.4995.56196.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=58.62%
G=23.34%
B=18.04%

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
Decimal221886800.600.690.137.8469.2356.67
HexDD584403C45D84539
Octal335130104074105151010571
Binary110111011011000100010001111001000101110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5844; }

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

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

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

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

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

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

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

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