#DD5642

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

Shades of Valencia #DD5642

Tints of Valencia #DD5642

Color information

#DD5642 (or 0xDD5642) is unknown color: approx Valencia. HEX triplet: DD, 56 and 42. RGB value is (221,86,66). Sum of RGB (Red+Green+Blue) = 221+86+66=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5642 is #22A9BD. Grayscale: #7C7C7C. Windows color (decimal): -2271678 or 4347613. OLE color: 4347613.

HSL color Cylindrical-coordinate representation of color #DD5642: hue angle of 7.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD5642 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2218666-
CMYK00.610.700.13
HSL7.74º69.51%56.27%-
HSV(B)7.74º70.14%86.67%-
XYZ34.1322.427.68-
YUV124.0895.23197.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.25%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=59.25%
G=23.06%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221866600.610.700.137.7469.5156.27
HexDD564203D46D84638
Octal335126102075106151010670
Binary110111011010110100001001111011000110110110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5642; }

 p { color: rgb(221,86,66); }

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

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

 a { background-color: rgb(221,86,66); }

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

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

 span { border-color: rgb(221,86,66); }

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