#DD5842

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

Shades of Valencia #DD5842

Tints of Valencia #DD5842

Color information

#DD5842 (or 0xDD5842) is unknown color: approx Valencia. HEX triplet: DD, 58 and 42. RGB value is (221,88,66). Sum of RGB (Red+Green+Blue) = 221+88+66=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5842 is #22A7BD. Grayscale: #7D7D7D. Windows color (decimal): -2271166 or 4348125. OLE color: 4348125.

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

Color convert

RGB2218866-
CMYK00.600.700.13
HSL8.52º69.51%56.27%-
HSV(B)8.52º70.14%86.67%-
XYZ34.2922.747.74-
YUV125.2694.56196.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=58.93%
G=23.47%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221886600.600.700.138.5269.5156.27
HexDD584203C46D94638
Octal335130102074106151110670
Binary110111011011000100001001111001000110110110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5842; }

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

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

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

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

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

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

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

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