#DC5551

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

Shades of Valencia #DC5551

Tints of Valencia #DC5551

Color information

#DC5551 (or 0xDC5551) is unknown color: approx Valencia. HEX triplet: DC, 55 and 51. RGB value is (220,85,81). Sum of RGB (Red+Green+Blue) = 220+85+81=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5551 is #23AAAE. Grayscale: #7D7D7D. Windows color (decimal): -2337455 or 5330396. OLE color: 5330396.

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

Color convert

RGB2208581-
CMYK00.610.630.14
HSL1.73º66.51%59.02%-
HSV(B)1.73º63.18%86.27%-
XYZ34.2522.3110.29-
YUV124.91103.23195.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.99%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=56.99%
G=22.02%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220858100.610.630.141.7366.5159.02
HexDC555103D3FE2433b
Octal3341251210757716210373
Binary110111001010101101000101111011111111110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5551; }

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

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

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

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

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

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

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

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