#DC5855

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

Shades of Valencia #DC5855

Tints of Valencia #DC5855

Color information

#DC5855 (or 0xDC5855) is unknown color: approx Valencia. HEX triplet: DC, 58 and 55. RGB value is (220,88,85). Sum of RGB (Red+Green+Blue) = 220+88+85=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5855 is #23A7AA. Grayscale: #7F7F7F. Windows color (decimal): -2336683 or 5593308. OLE color: 5593308.

HSL color Cylindrical-coordinate representation of color #DC5855: hue angle of 1.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5855 is Cyan = 0, Magento = 0.6, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB2208885-
CMYK00.60.610.14
HSL1.33º65.85%59.8%-
HSV(B)1.33º61.36%86.27%-
XYZ34.6422.8511.18-
YUV127.13104.23194.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.98%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=55.98%
G=22.39%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220888500.60.610.141.3365.8559.8
HexDC585503C3DE1423c
Octal3341301250747516110274
Binary11011100101100010101010111100111101111011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5855; }

 p { color: rgb(220,88,85); }

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

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

 a { background-color: rgb(220,88,85); }

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

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

 span { border-color: rgb(220,88,85); }

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