#DD5847

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

Shades of Valencia #DD5847

Tints of Valencia #DD5847

Color information

#DD5847 (or 0xDD5847) is unknown color: approx Valencia. HEX triplet: DD, 58 and 47. RGB value is (221,88,71). Sum of RGB (Red+Green+Blue) = 221+88+71=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5847 is #22A7B8. Grayscale: #7E7E7E. Windows color (decimal): -2271161 or 4675805. OLE color: 4675805.

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

Color convert

RGB2218871-
CMYK00.600.680.13
HSL6.8º68.81%57.25%-
HSV(B)6.8º67.87%86.67%-
XYZ34.4522.818.55-
YUV125.8397.06195.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=58.16%
G=23.16%
B=18.68%

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
Decimal221887100.600.680.136.868.8157.25
HexDD584703C44D74539
Octal33513010707410415710571
Binary11011101101100010001110111100100010011011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5847; }

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

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

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

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

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

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

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

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